Skip to content

Commit

Permalink
Merge pull request #228 from lgarber-akamai/fix/ansible-integration-ver
Browse files Browse the repository at this point in the history
fix: Use Python 3.10 for integration tests
  • Loading branch information
lgarber-akamai authored Nov 7, 2022
2 parents 2ea2da6 + 8fa196d commit 7cb1bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: setup python 3
uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # pin@v2
with:
python-version: '3.x'
python-version: '3.10'

- name: install dependencies
run: pip3 install -r requirements-dev.txt -r requirements.txt
Expand Down

0 comments on commit 7cb1bd0

Please sign in to comment.