Skip to content
Merged
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
14 changes: 7 additions & 7 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
- name: Cache conda packages
uses: actions/cache@v4
uses: actions/cache@v5
env:
CACHE_NUMBER: 3 # Increase to reset cache
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
conda list -n base

- name: Cache conda packages
uses: actions/cache@v4
uses: actions/cache@v5
env:
CACHE_NUMBER: 3 # Increase to reset cache
with:
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
run: |
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
- name: Cache conda packages
uses: actions/cache@v4
uses: actions/cache@v5
env:
CACHE_NUMBER: 3 # Increase to reset cache
with:
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
run: Get-Content -Path .\lockfile

- name: Cache conda packages
uses: actions/cache@v4
uses: actions/cache@v5
env:
CACHE_NUMBER: 3 # Increase to reset cache
with:
Expand Down Expand Up @@ -560,7 +560,7 @@ jobs:
run: |
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
- name: Cache conda packages
uses: actions/cache@v4
uses: actions/cache@v5
env:
CACHE_NUMBER: 3 # Increase to reset cache
with:
Expand Down Expand Up @@ -692,7 +692,7 @@ jobs:
fetch-depth: 0
- name: Cache array API tests
id: cache-array-api-tests
uses: actions/cache@v4
uses: actions/cache@v5
env:
ARRAY_CACHE: 3
with:
Expand Down Expand Up @@ -740,7 +740,7 @@ jobs:
run: |
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
- name: Cache conda packages
uses: actions/cache@v4
uses: actions/cache@v5
env:
CACHE_NUMBER: 3 # Increase to reset cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Cache Gtest
id: cache-gtest
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
/home/runner/work/googletest-1.15.2/install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/os-llvm-sycl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Cache sycl bundle
id: cache-sycl-bundle
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
/home/runner/work/sycl_bundle
Expand Down
Loading