Skip to content

Commit

Permalink
no system
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Sep 10, 2024
1 parent a4a1391 commit b450914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint-test.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 uv
PIP_NO_BINARY="python-casacore" pip install --system pytest pytest-cov pre-commit black mypy .
PIP_NO_BINARY="python-casacore" pip install pytest pytest-cov pre-commit black mypy .
- name: Lint with pre-commit
run: |
pre-commit run --all-files
Expand Down

0 comments on commit b450914

Please sign in to comment.