Skip to content

Commit

Permalink
forgot installation cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jtisbell4 committed Apr 18, 2024
1 parent 10ff339 commit 15d0c02
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
shell: bash
run: |
pyenv --version
- name: Install python versions
shell: bash
run: |
pyenv install 3.8 3.9 3.10
tox:
needs: install_python_with_pyenv
runs-on: ubuntu-latest
Expand Down

0 comments on commit 15d0c02

Please sign in to comment.