We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66bcc9 commit 007c304Copy full SHA for 007c304
.github/workflows/autoupdate.yml
@@ -36,13 +36,13 @@ jobs:
36
sed -i "s/3\.13\.[0-9]\+\([-a-z]*\)/$python_version\1/g" README.md
37
38
- name: Update requirements
39
- uses: coatl-dev/actions/pip-compile@v4
+ uses: coatl-dev/actions/pip-compile-upgrade@v4
40
with:
41
path: requirements/3.12
42
python-version: '3.12'
43
44
45
46
47
path: requirements/3.13
48
python-version: '3.13'
0 commit comments