Skip to content

Commit

Permalink
fix: unknown pip version causing version tests failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sagivoululumigo committed Jul 2, 2024
1 parent 6b88038 commit 6086cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip3 --version
- run: pip3 install -r requirements.txt
- run: python3 -m nox -e "${{ matrix.integration-test-family }}"

Expand Down

0 comments on commit 6086cc5

Please sign in to comment.