Skip to content

Commit

Permalink
Debugging 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Jan 17, 2024
1 parent 590e4ad commit 9a4e227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv sync -v --dev
pip install pipenv --upgrade
pipenv sync --dev
- name: Test
run: |
pipenv run pytest
Expand Down

0 comments on commit 9a4e227

Please sign in to comment.