Skip to content

Commit

Permalink
Don't use broken version of pip-run
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jan 29, 2021
1 parent 27d391e commit e99b355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip pip-run wheel
python -m pip install --upgrade pip 'pip-run!=8.4' wheel
# No quotes around substitution:
python -m pip install $(python -m pip_run.read-deps .github/workflows/tools/prdispatch.py)
# Install the script's dependencies beforehand in order to reduce
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip pip-run wheel
python -m pip install --upgrade pip 'pip-run!=8.4' wheel
# No quotes around substitution:
python -m pip install $(python -m pip_run.read-deps .github/workflows/tools/dispatch-build)
# Install the script's dependencies beforehand so that they aren't
Expand Down

0 comments on commit e99b355

Please sign in to comment.