Skip to content

Commit

Permalink
[windowsci.yml] try to revert pip version to address #139
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Mar 1, 2022
1 parent 19f4531 commit 465c8cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windowsci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Windows-specific Python environment workaround
run: python -m pip install --upgrade pip==21.3.1
- name: Python environment report
run: python -c "import sys; print(sys.version)"
- name: Run ${{ matrix.python-version }} platform tests (default)
Expand Down

0 comments on commit 465c8cf

Please sign in to comment.