Skip to content

Commit

Permalink
Force pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Feb 24, 2024
1 parent 6a8b08a commit 926024a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- uses: actions/setup-python@v5
with:
cache: pip
- run: pip install pyyaml
- run: pip3 install pyyaml
- run: python3 test.py

0 comments on commit 926024a

Please sign in to comment.