pin to rc1 due to bug

This commit is contained in:
Adam Johnson 2022-12-07 00:58:02 +00:00
parent 74eb4cf9f6
commit 922ec4e2be

View File

@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade 'tox>=4.0.0rc3'
python -m pip install --upgrade 'tox==4.0.0rc1'
- name: Run tox targets for ${{ matrix.python-version }}
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)