Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
install pipenv
  • Loading branch information
thatgeeman authored Aug 19, 2023
1 parent c9d77af commit 0cda4fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quarto-ghp/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ runs:
run: |
set -ux
python -m pip install --upgrade pip
pip install --user pipenv
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 0cda4fe

Please sign in to comment.