Skip to content

Commit

Permalink
deliberately verify 3.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Aug 4, 2023
1 parent 001a26e commit bfc27b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
- name: verify default installation
run: test "$(python --version | awk '{ print $NF }')" = "3.7.16"

- name: verify 3.7.16 installation
run: pyenv local 3.8.16 && test "$(python --version | awk '{ print $NF }')" = "3.8.16"

- name: verify 3.8.16 installation
run: pyenv local 3.8.16 && test "$(python --version | awk '{ print $NF }')" = "3.8.16"

Expand Down

0 comments on commit bfc27b4

Please sign in to comment.