Skip to content

Commit

Permalink
trying setup-python action
Browse files Browse the repository at this point in the history
  • Loading branch information
jtisbell4 committed Apr 18, 2024
1 parent 2358319 commit 35d47bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
- dbr104
- dbr91
steps:
- name: setup pyenv
uses: "gabrielfalcao/pyenv-action@v18"
- uses: actions/setup-python@v4
with:
versions: 3.8, 3.9, 3.10
python-version: ['3.8', '3.9', '3.10']
- uses: actions/checkout@v3
- name: Install tox
run: pip install tox
Expand Down

0 comments on commit 35d47bd

Please sign in to comment.