Skip to content

Commit

Permalink
use 'python -m' before pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Apr 30, 2023
1 parent 404c8d8 commit abf2597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Prepare required packages
run: |
pip install -U pip nox
python -m pip install -U pip nox
# Build some extension modules using PyO3 and test them using PyPy.
- name: Test PyO3 examples
Expand Down

0 comments on commit abf2597

Please sign in to comment.