Skip to content

Commit

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

0 comments on commit 3ebddf6

Please sign in to comment.