Skip to content

Commit

Permalink
Revert "Update pip before running tests"
Browse files Browse the repository at this point in the history
This reverts commit b379844.
  • Loading branch information
Klavionik committed Apr 29, 2024
1 parent 27bd461 commit 6f54a6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
run: |
source .venv/bin/activate
pip install dist/*
pip install -U pip
pip install -r requirements-dev.txt
pytest -v
- name: Update build artifact
Expand Down Expand Up @@ -107,7 +106,6 @@ jobs:
run: |
.venv\Scripts\activate.ps1
pip install dist\$(Get-ChildItem -Name dist\*.whl)
pip install -U pip
pip install -r requirements-dev.txt
pytest -v
- name: Update build artifact
Expand Down Expand Up @@ -146,7 +144,6 @@ jobs:
if: ${{ matrix.target == 'x64' }}
run: |
source .venv/bin/activate
python -m pip install -U pip
pip install dist/*
pip install -r requirements-dev.txt
pytest -v
Expand Down

0 comments on commit 6f54a6a

Please sign in to comment.