Skip to content

Commit

Permalink
Upgrade standard check workflow, upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed Jun 5, 2023
1 parent bc5c308 commit 1ce9c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
python-version: "3.11"
- name: Install tox
run: python -m pip install tox
run: python -m pip install --upgrade pip && python -m pip install tox
- name: Setup test suite
run: tox -vv --notest -e ${{ matrix.tox_env }}
- name: Run test suite
Expand Down

0 comments on commit 1ce9c4c

Please sign in to comment.