Skip to content

Commit

Permalink
try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Jul 14, 2023
1 parent 631ac22 commit f83af59
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,13 @@ jobs:
- name: Install requirements
if: steps.cacheVenv.outputs.cache-hit != 'true'
run: |
python -m venv ./venv
source ./venv/bin/activate
python -m venv venv
source venv/bin/activate
pip install -U -e . -r requirements.txt
- name: Activate venv
run: |
source ./venv/bin/activate
pip install -U -e .
source venv/bin/activate
- name: codespell
run: codespell
Expand Down

0 comments on commit f83af59

Please sign in to comment.