Skip to content

Commit

Permalink
try avoiding pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored May 10, 2024
1 parent b27243a commit 3b4d2d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:

- name: set up Python
uses: actions/setup-python@v5
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
with:
python-version: ${{matrix.python}}
architecture: x64
Expand Down

0 comments on commit 3b4d2d2

Please sign in to comment.