Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
ci: update python in GHA for integration tests (#83)
Browse files Browse the repository at this point in the history
I tried to sync this repo with latest API spec #82 and noticed that
integration tests fail because we need Python 3.10 for ansible
collection now
equinix/ansible-collection-equinix#155

This PR updates Python in the integration tests GHA to 3.10. i will
re-run the integration tests in #82 when we merge this.
  • Loading branch information
displague authored Feb 16, 2024
2 parents fbb5ee0 + 7d95dec commit 7195003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: setup python 3
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'

- name: checkout Python SDK, this PR
uses: actions/checkout@v4
Expand Down

0 comments on commit 7195003

Please sign in to comment.