Skip to content

Commit

Permalink
Bumped action version to try to fix Mac pyenv issue [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Aug 27, 2024
1 parent 8ca04a7 commit 228432c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-mac-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
LDFLAGS: "-L/usr/local/opt/zlib/lib"
CPPFLAGS: "-I/usr/local/opt/zlib/include"
PKG_CONFIG_PATH: "/usr/local/opt/zlib/lib/pkgconfig"
uses: "gabrielfalcao/pyenv-action@v5"
uses: "gabrielfalcao/pyenv-action@v18"
with:
default: 3.8.18
default: 3.6.9

- name: Install pip dependencies
run: |
Expand Down

0 comments on commit 228432c

Please sign in to comment.