Skip to content

Commit

Permalink
Upgraded pyenv action and downgraded python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Aug 30, 2024
1 parent e30ac7b commit 44f977d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
fail-fast: false
matrix:
include:
- python: 3.10.14
- python: 3.10.13
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up pyenv and Python
uses: "gabrielfalcao/pyenv-action@v14"
uses: "gabrielfalcao/pyenv-action@v17"
with:
default: "${{ matrix.python }}"
- name: Setup Env
Expand Down

0 comments on commit 44f977d

Please sign in to comment.