We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3928d commit 7743741Copy full SHA for 7743741
1 file changed
.github/workflows/pythonpackage.yml
@@ -34,6 +34,7 @@ jobs:
34
run: |
35
python -m pip install --upgrade pip
36
pip install ruff coverage sphinx
37
+ if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
38
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi
39
- name: Lint with ruff
40
0 commit comments