Skip to content

Commit

Permalink
Update hfUpdate.yml
Browse files Browse the repository at this point in the history
PyYAML==6.0 doesn't seem compatible with Python 3.12. Using Python 3.11.x
  • Loading branch information
edwinjue authored Nov 15, 2023
1 parent b370249 commit 3e5d113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hfUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.x'

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down

0 comments on commit 3e5d113

Please sign in to comment.