Skip to content

Commit

Permalink
Fix python version check
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Jan 17, 2024
1 parent 60a23cb commit 42776ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
eval $(build/bin/sage-print-system-package-command $SYSTEM update)
# We cannot use the setup python action because it doesn't support all containers
# https://github.com/actions/setup-python/issues/527
if [ $INSTALL_PYTHON == 'True' ]; then
if [ $INSTALL_PYTHON = 'True' ]; then
eval $(build/bin/sage-print-system-package-command $SYSTEM --yes install $(build/bin/sage-get-system-packages $SYSTEM _python3.9))
fi
eval $(build/bin/sage-print-system-package-command $SYSTEM --yes install $(build/bin/sage-get-system-packages $SYSTEM $(build/bin/sage-package list :standard:)))
Expand Down

0 comments on commit 42776ac

Please sign in to comment.