Skip to content

Commit

Permalink
pip to pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
admeeer committed Oct 11, 2023
1 parent 901e7c9 commit da37596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: install
run: |
python3 -m pip install --upgrade pip
pip install pytest
pip3 install pytest
# run tests using pytest
- name: test
run: |
Expand Down

0 comments on commit da37596

Please sign in to comment.