Skip to content

Commit

Permalink
squashme: don't update pip since it fails on windows now
Browse files Browse the repository at this point in the history
  • Loading branch information
svenevs committed Oct 22, 2023
1 parent 8beb3e5 commit f0bddc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python Tools
run: |
pip install -U pip tox codecov coverage
pip install tox codecov coverage
# Sphinx 4.3.2 ###################################################################
- name: Test Python ${{ matrix.python-version }} / sphinx==4.3.2
env:
Expand Down

0 comments on commit f0bddc0

Please sign in to comment.