Skip to content

Commit

Permalink
update pinned version to fix py3.4 compatibility
Browse files Browse the repository at this point in the history
update pinned version to fix py3.4 compatibility
  • Loading branch information
carolabadeer committed Dec 14, 2022
1 parent 5014e22 commit 36f5eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UnitTesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: ${{ env[matrix.python-version] }}

- name: Install tox
run: pip install tox==3.27.1 -U tox-factor
run: pip install tox <= 3.27.1 -U tox-factor

- name: Cache tox environment
# Preserves .tox directory between runs for faster installs
Expand Down

0 comments on commit 36f5eed

Please sign in to comment.