Skip to content

Commit

Permalink
FIXUP python3
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Jun 14, 2024
1 parent fd0eadf commit f683cec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ jobs:
mkvtoolnix
mtd-utils
netpbm
python312
python312-pefile
python312-pip
python312-PyICU
Expand Down Expand Up @@ -248,6 +247,9 @@ jobs:
379f44b1c95d25358eb014c03835a4b4991c6c364a509c63780e587e70d5744b pngtools-0.4-9.mga9.x86_64.rpm
EOF
rpm -ivh lib64png12_0-1.2.59-3.mga9.x86_64.rpm pngtools-0.4-9.mga9.x86_64.rpm
# Make python 3.12 the default to always test with the latest
rm /usr/bin/python3
ln -s python3.12 /usr/bin/python3
python3 -m pip install --break-system-packages https://github.com/itkach/slob/archive/master.zip
- name: 'Run tests'
run: make check -k
Expand Down

0 comments on commit f683cec

Please sign in to comment.