Skip to content

Commit

Permalink
feat: use Python 3.10 in integration tests (#155)
Browse files Browse the repository at this point in the history
This PR bumps Python version used in integration tests to 3.10. We might
need it if we want to use GHA to publish collection to Galaxy.

Related to #154
  • Loading branch information
ctreatma authored Feb 13, 2024
2 parents 45d6699 + fef3a77 commit 7970a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: setup python 3
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'

- name: install dependencies
run: pip3 install -r requirements-dev.txt -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: setup python 3
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'

- name: install dependencies
run: python -m pip install -r requirements-dev.txt -r requirements.txt
Expand Down

0 comments on commit 7970a52

Please sign in to comment.