Skip to content

Commit

Permalink
pip install syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienLelaquais committed Dec 12, 2024
1 parent 44c3663 commit 66ac976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/partial-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: pip install --upgrade setuptools wheel

- name: Install pipenv
run: pip install --upgrade pipenv
run: pip install pipenv --upgrade

- name: Install Dependencies
run: pipenv install --dev --python=${{ matrix.python-version }}
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:

- name: Install pipenv
if: steps.changes.outputs.core == 'true'
run: pip install --upgrade pipenv
run: pip install pipenv --upgrade

- name: Install Dependencies
if: steps.changes.outputs.core == 'true'
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:

- name: Install pipenv
if: steps.changes.outputs.core == 'true'
run: pip install --upgrade pipenv
run: pip install pipenv --upgrade

- name: Install Dependencies
if: steps.changes.outputs.core == 'true'
Expand Down

0 comments on commit 66ac976

Please sign in to comment.