We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d85d47 commit 6e64ea7Copy full SHA for 6e64ea7
.github/workflows/ci-testing-deploy.yml
@@ -575,7 +575,7 @@ jobs:
575
with:
576
version: "0.4.x"
577
enable-cache: true
578
- cache-dependency-glob: "api/requirements.txt"
+ cache-dependency-glob: "**/api/tests/requirements.txt"
579
- name: show system version
580
run: ./ci/helpers/show_system_versions.bash
581
- name: install api
@@ -1030,7 +1030,7 @@ jobs:
1030
1031
1032
1033
- cache-dependency-glob: "**/dastk-task-models-library/requirements/ci.txt"
+ cache-dependency-glob: "**/dask-task-models-library/requirements/ci.txt"
1034
1035
1036
- name: install
0 commit comments