Skip to content

Commit

Permalink
Use python instead of python3 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 15, 2025
1 parent 1184c01 commit bf2ee41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
libtiff:p \
libwebp:p \
openjpeg2:p \
python3-numpy:p \
python3-olefile:p \
python3-pip:p \
python-numpy:p \
python-olefile:p \
python-pip:p \
python-pyqt6:p
python3 -m pip install pyroma pytest pytest-cov pytest-timeout
Expand Down

0 comments on commit bf2ee41

Please sign in to comment.