Skip to content

Commit

Permalink
No pyenv for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterFendley committed Jun 14, 2024
1 parent 3aee1b3 commit b319ae2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/py3-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
- name: Install tox
run: pip install tox
- name: Run python tests
if: runner.os == 'Linux'
run: |
cd src/python_module/test
tox
- name: Run python tests
if: runner.os == 'macOS'
run: |
pyenv shell 3.7 3.8
cd src/python_module/test
Expand Down

0 comments on commit b319ae2

Please sign in to comment.