Skip to content

Commit

Permalink
Remove tox pin to version 3, as tox-factor is no longer required in 4 (
Browse files Browse the repository at this point in the history
…#268)

rpkilby/tox-factor#18

Co-authored-by: Aaron Abbott <[email protected]>
  • Loading branch information
DouglasHeriot and aabmass authored Aug 3, 2023
1 parent c487ff7 commit e115e33
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
restore-keys: |
${{ env.cache-version }}-${{ env.run-matrix-combo }}-pip
- name: Install tox
# Pin tox 3 because of https://github.com/rpkilby/tox-factor/issues/18
run: pip install -U tox==3.27.1 tox-factor
run: pip install -U tox
- name: Run tox test factors for python ${{ matrix.py.version }}
run: >
tox
Expand Down Expand Up @@ -68,7 +67,6 @@ jobs:
restore-keys: |
${{ env.cache-version }}-${{ env.run-matrix-combo }}-pip
- name: Install tox
# Pin tox 3 because of https://github.com/rpkilby/tox-factor/issues/18
run: pip install -U tox==3.27.1 tox-factor
run: pip install -U tox
- name: Run tox factors ${{ matrix.target }}
run: tox -f ${{ matrix.target }}

0 comments on commit e115e33

Please sign in to comment.