Skip to content

Commit

Permalink
moved python installation into matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtisbell4 committed Apr 18, 2024
1 parent 15d0c02 commit fe89957
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@ on:
branches: ['*']

jobs:
install_python_with_pyenv:
tox:
runs-on: ubuntu-latest
strategy:
matrix:
env:
- dbr142
- dbr133
- dbr122
- dbr113
- dbr104
- dbr91
steps:
- name: Install python build tools
shell: bash
Expand Down Expand Up @@ -38,20 +47,6 @@ jobs:
shell: bash
run: |
pyenv install 3.8 3.9 3.10
tox:
needs: install_python_with_pyenv
runs-on: ubuntu-latest
strategy:
matrix:
env:
- dbr142
- dbr133
- dbr122
- dbr113
- dbr104
- dbr91
steps:
- uses: actions/checkout@v3
- name: Install tox
run: pip install tox
Expand Down

0 comments on commit fe89957

Please sign in to comment.