mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
Run poetry under Python 3.8
Fix broken GitHub workflow run, see e.g.: https://github.com/galaxyproject/galaxy/actions/runs/5982465584/job/16231580682
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.7']
|
||||
python-version: ['3.8'] # poetry requires Python >=3.8
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
|
||||
Reference in New Issue
Block a user