Skip to content

Commit 6e64ea7

Browse files
authored
🔨UV cache: fix typos (#6624)
1 parent 6d85d47 commit 6e64ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ jobs:
575575
with:
576576
version: "0.4.x"
577577
enable-cache: true
578-
cache-dependency-glob: "api/requirements.txt"
578+
cache-dependency-glob: "**/api/tests/requirements.txt"
579579
- name: show system version
580580
run: ./ci/helpers/show_system_versions.bash
581581
- name: install api
@@ -1030,7 +1030,7 @@ jobs:
10301030
with:
10311031
version: "0.4.x"
10321032
enable-cache: true
1033-
cache-dependency-glob: "**/dastk-task-models-library/requirements/ci.txt"
1033+
cache-dependency-glob: "**/dask-task-models-library/requirements/ci.txt"
10341034
- name: show system version
10351035
run: ./ci/helpers/show_system_versions.bash
10361036
- name: install

0 commit comments

Comments
 (0)