Skip to content

Commit

Permalink
Fix update_python_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Oct 16, 2024
1 parent 0bb4fe8 commit 264dbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: 3.9
- name: Install
run: pip install --upgrade requests yaml
run: pip install --upgrade requests pyyaml
- name: Scan for new python versions
run: python ci/update_python_test_versions.py
- name: Format results
Expand Down

0 comments on commit 264dbd7

Please sign in to comment.