Skip to content

Commit db5cdd0

Browse files
committed
install pytest, numpy and pandas in Github Actions workflow
1 parent 5a7ab7f commit db5cdd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/github-actions-tox.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23+
python -m pip install pytest numpy pandas
2324
python -m pip install tox tox-gh-actions
2425
- name: Test with tox
2526
run: tox

0 commit comments

Comments
 (0)