Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
set -euo pipefail
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install ruff
python -m pip install pytest ruff

- name: Smoke import pinned shared packages
run: |
Expand All @@ -83,4 +83,4 @@ jobs:
- name: Run unit tests
run: |
set -euo pipefail
python -m unittest discover -s tests -v
PYTHONPATH=. python -m pytest -q tests