Skip to content

Commit

Permalink
Test Galaxy dev on Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Dec 4, 2023
1 parent 6c50f30 commit 9a4eda6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,12 @@ jobs:
# but same as above.
galaxy_python_version=3.7
;;
release_22.0* | release_23.* | dev )
release_22.0* | release_23.* )
galaxy_python_version=3.7
;;
dev )
galaxy_python_version=3.8
;;
esac
echo "galaxy_python_version=$galaxy_python_version" >> $GITHUB_OUTPUT
- name: Set up Python for Galaxy
Expand Down

0 comments on commit 9a4eda6

Please sign in to comment.