Skip to content

Commit 7743741

Browse files
Update packages
1 parent 2c3928d commit 7743741

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: |
3535
python -m pip install --upgrade pip
3636
pip install ruff coverage sphinx
37+
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3738
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi
3839
- name: Lint with ruff
3940
run: |

0 commit comments

Comments
 (0)