Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #593 from fastai/hamelsmu-patch-2
Browse files Browse the repository at this point in the history
Pin pyaml
  • Loading branch information
Hamel Husain authored Nov 14, 2021
2 parents 5ffc886 + 028122f commit eccf0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
cp -r .github ../current_files
# install dependencies
pip3 install pyyaml
pip3 install pyyaml==5.4.1
- name: sync baseurl
if: steps.check_version.outputs.vbump == 'true'
Expand Down

0 comments on commit eccf0c7

Please sign in to comment.