Skip to content

Commit

Permalink
Update pip_install_on_py3_12.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 6, 2023
1 parent 2b2f8f4 commit eb11a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip_install_on_py3_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.12
- run: pip install ${{ matrix.module }}
- run: pip uninstall -y ${{ matrix.module }}
#- run: pip install ${{ matrix.module }}
#- run: pip uninstall -y ${{ matrix.module }}
- run: pip install --upgrade pip
- run: pip install ${{ matrix.module }}

0 comments on commit eb11a3d

Please sign in to comment.