Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -92,7 +92,7 @@ jobs:
fetch-depth: ${{ env.git-depth }}
- name: Checkout submodules
run: git submodule update --init --recursive --depth 1
- uses: actions/setup-python@v6
- uses: actions/setup-python@v6.3.0
with:
python-version: "3.x"
- name: Install build dependencies
Expand DownExpand Up@@ -134,7 +134,7 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --recursive --depth 1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v6.3.0
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}
Expand DownExpand Up@@ -220,7 +220,7 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --depth 1
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v6.3.0
with:
python-version: "3.x"
- name: Install Python dependencies
Expand DownExpand Up@@ -311,7 +311,7 @@ jobs:
fetch-depth: ${{ env.git-depth }}
- name: Checkout submodules
run: git submodule update --init --recursive --depth 1
- uses: actions/setup-python@v6
- uses: actions/setup-python@v6.3.0
with:
python-version: "3.x"
- name: Install Python dependencies
Expand Down
Loading