Skip to content

Commit

Permalink
github actions: display installable python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Aug 4, 2023
1 parent bfc27b4 commit 2dbceab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,12 @@ jobs:
versions: 3.8.16,

- name: list python versions
- name: display installed python versions
run: pyenv versions

- name: display installable python versions
run: pyenv install --list

- name: verify default installation
run: python --version

Expand Down

0 comments on commit 2dbceab

Please sign in to comment.