Skip to content

Commit

Permalink
install pytest, numpy and pandas in Github Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
astanin committed Sep 26, 2024
1 parent 5a7ab7f commit db5cdd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest numpy pandas
python -m pip install tox tox-gh-actions
- name: Test with tox
run: tox

0 comments on commit db5cdd0

Please sign in to comment.