Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
pipenv==2022.8.5  # because of `lock -r` change in pypa/pipenv#5200
  • Loading branch information
thatgeeman committed Aug 19, 2023
1 parent 0cda4fe commit 81840a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarto-ghp/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
run: |
set -ux
python -m pip install --upgrade pip
pip install --user pipenv
pip install --user pipenv==2022.8.5 # because of `lock -r` change in https://github.com/pypa/pipenv/pull/5200
if [ $USE_PRE ]; then
pip install -Uq git+https://github.com/fastai/ghapi.git
pip install -Uq git+https://github.com/fastai/fastcore.git
Expand Down

0 comments on commit 81840a2

Please sign in to comment.