Skip to content

Commit

Permalink
pip user
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Sep 24, 2023
1 parent 0c4cb66 commit 4f4ce6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
if: ${{ (matrix.os == 'windows') }}
run: |
.\venv\Scripts\activate
pip install --upgrade pip
pip install -r requirements-dev.txt
pip3 install --upgrade --user pip
pip3 install --user -r requirements-dev.txt
- name: Override pyarrow
if: ${{ matrix.pyarrow-version }}
Expand Down

0 comments on commit 4f4ce6c

Please sign in to comment.