Skip to content

Commit

Permalink
update workflows to install base requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
msamsami committed Aug 24, 2024
1 parent aa1fb5a commit 6010603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
pip install -r requirements.txt
pip install -r requirements_dev.txt
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
pip install -r requirements.txt
pip install -r requirements_dev.txt
- name: Run tests
Expand Down

0 comments on commit 6010603

Please sign in to comment.