Skip to content

Commit

Permalink
workflows: fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Oct 9, 2024
1 parent b274e15 commit 60ef911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
rm -rf "$HOME/.local/share/umu" "$HOME/Games/umu" "$HOME/.local/share/Steam/compatibilitytools.d"
uv python install 3.11
uv run --python pypy@3.11 -- bash tests/test_config.sh
uv run --python 3.11 -- bash tests/test_config.sh
rm -rf "$HOME/.local/share/umu" "$HOME/Games/umu" "$HOME/.local/share/Steam/compatibilitytools.d"
bash tests/test_install.sh
Expand Down

0 comments on commit 60ef911

Please sign in to comment.