Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,7 +19,7 @@ jobs:
submodules: "recursive"

# Used to host cibuildwheel
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: "3.9"

Expand DownExpand Up@@ -147,7 +147,7 @@ jobs:
with:
submodules: "recursive"

- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: "3.12"

Expand DownExpand Up@@ -179,7 +179,7 @@ jobs:
with:
submodules: "recursive"

- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: "3.9"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-cuda.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -73,7 +73,7 @@ jobs:
with:
submodules: "recursive"

- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: ${{ matrix.pyver }}
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-metal.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,7 +19,7 @@ jobs:
submodules: "recursive"

# Used to host cibuildwheel
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: "3.12"
cache: 'pip'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-rocm.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -44,7 +44,7 @@ jobs:
with:
submodules: "recursive"

- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: ${{ matrix.pyver }}

Expand DownExpand Up@@ -129,7 +129,7 @@ jobs:
with:
submodules: "recursive"

- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: ${{ matrix.pyver }}
cache: "pip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-vulkan.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -41,7 +41,7 @@ jobs:
with:
submodules: "recursive"

- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: ${{ matrix.pyver }}
cache: "pip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v6

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -21,7 +21,7 @@ jobs:
submodules: "recursive"

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.11"
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -15,7 +15,7 @@ jobs:
submodules: "recursive"

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.9"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-pypi.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ jobs:

steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand DownExpand Up@@ -48,7 +48,7 @@ jobs:

steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand DownExpand Up@@ -84,7 +84,7 @@ jobs:

steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.9"
- name: Install huggingface-hub
Expand DownExpand Up@@ -54,7 +54,7 @@ jobs:
submodules: "recursive"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand DownExpand Up@@ -85,7 +85,7 @@ jobs:
submodules: "recursive"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand DownExpand Up@@ -119,7 +119,7 @@ jobs:
submodules: "recursive"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand DownExpand Up@@ -156,7 +156,7 @@ jobs:
submodules: "recursive"

- name: Set up Python 3.9
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.9"

Expand Down