Skip to content

Commit

Permalink
Merge branch 'update-python'
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Sep 16, 2023
2 parents c82d1dc + e075e67 commit d7e553f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.11"
cache: pip
cache-dependency-path: dev-requirements.txt

Expand All @@ -25,7 +25,7 @@ jobs:
path: |
galaxy_roles
galaxy_collections
key: galaxy-${{ runner.os }}-py3.9-${{ hashFiles('galaxy-requirements.yml') }}
key: galaxy-${{ runner.os }}-py3.11-${{ hashFiles('galaxy-requirements.yml') }}

- name: Install dependencies
run: ./scripts/setup.sh
Expand Down

0 comments on commit d7e553f

Please sign in to comment.