Skip to content

Commit

Permalink
fix: more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seballgeyer committed Jul 18, 2024
1 parent 1518b1c commit 5c82dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-cicd-units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy scipy pandas
pip install numpy scipy pandas click
- name: Run tests
run: |
python -m unittest discover -s tests -v

0 comments on commit 5c82dd6

Please sign in to comment.