Skip to content

Commit

Permalink
Disable developer mode for pytests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlorieau committed Jul 29, 2023
1 parent ce5d5fe commit 4aa6708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e .[dev]
python -m pip install .[dev]
- name: Test with pytest
run: |
pytest --log-level=DEBUG

0 comments on commit 4aa6708

Please sign in to comment.