Skip to content

Commit

Permalink
add more instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab authored Feb 1, 2024
1 parent 104c1c7 commit 4d67178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- name: "Install pytest"
shell: bash -l {0}
run: |
pip install pytest
python -m pip install --upgrade pip
pip install setuptools wheel build pytest
- name: "Test with pytest"
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 4d67178

Please sign in to comment.