Skip to content

Commit

Permalink
python -m pip install --upgrade tox
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 19, 2024
1 parent 51b5b43 commit fef6a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install -upgrade tox
run: python -m pip install --upgrade tox
- name: Run tox
run: python -m tox

0 comments on commit fef6a41

Please sign in to comment.