Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
make sync-direct-runtime-deps
git diff --exit-code -- requirements/runtime-deps.in
- name: Setup Python
uses: actions/setup-python@v6
uses: actions/setup-python@v6.3.0
with:
python-version: 3.11
- name: Cache PyPI
Expand Down Expand Up @@ -465,7 +465,7 @@ jobs:
submodules: true
- name: Setup Python 3.13.2
id: python-install
uses: actions/setup-python@v6
uses: actions/setup-python@v6.3.0
with:
python-version: 3.13.2
cache: pip
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
submodules: true
- name: Setup Python
id: python-install
uses: actions/setup-python@v6
uses: actions/setup-python@v6.3.0
with:
python-version: '3.12'
- name: Install dependencies
Expand Down Expand Up @@ -606,7 +606,7 @@ jobs:
with:
submodules: true
- name: Setup Python
uses: actions/setup-python@v6
uses: actions/setup-python@v6.3.0
- name: Install build tooling and cython
run: >-
python -m
Expand Down Expand Up @@ -707,7 +707,7 @@ jobs:
fi
shell: bash
- name: Setup Python
uses: actions/setup-python@v6
uses: actions/setup-python@v6.3.0
with:
python-version: 3.x
- name: Install build tooling and cython
Expand Down
Loading