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.
2 parents d68f2d2 + 7edb5e7 commit b5ec407Copy full SHA for b5ec407
2 files changed
.github/actions/setup/action.yml
@@ -10,7 +10,7 @@ runs:
10
PYVER=$(bash "$GITHUB_WORKSPACE/.github/find_latest_red_pyver.sh")
11
echo "python-version=$PYVER" >> "$GITHUB_OUTPUT"
12
- name: Set up Python
13
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
14
with:
15
python-version: ${{ steps.find_pyver.outputs.python-version }}
16
- name: Install cog dependencies
.github/workflows/compile-requirements.yml
@@ -26,7 +26,7 @@ jobs:
26
ref: ${{ github.head_ref || github.ref }}
27
28
29
30
31
- name: Compile requirements
32
run: python3 .github/compile_cog_requirements.py
0 commit comments