Skip to content

Commit 3e5d113

Browse files
authored
Update hfUpdate.yml
PyYAML==6.0 doesn't seem compatible with Python 3.12. Using Python 3.11.x
1 parent b370249 commit 3e5d113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hfUpdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python environment
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: '3.x'
20+
python-version: '3.11.x'
2121

2222
- name: Install dependencies
2323
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)