Skip to content

Commit 2355ee7

Browse files
authored
Merge branch 'MET-432--Uploading-PythonRuntime-files-' into upload/deno-runtime
2 parents 3b3a997 + 595bb03 commit 2355ee7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,11 @@ jobs:
241241
- uses: denoland/setup-deno@v1
242242
with:
243243
deno-version: ${{ env.DENO_VERSION }}
244-
- name: Cache deno dir
245-
uses: actions/cache@v4
246-
with:
247-
path: ${{ env.DENO_DIR }}
248-
key: deno-${{ hashFiles('**/deno.lock') }}
244+
# - name: Cache deno dir
245+
# uses: actions/cache@v4
246+
# with:
247+
# path: ${{ env.DENO_DIR }}
248+
# key: deno-${{ hashFiles('**/deno.lock') }}
249249
- name: Cache .venv dir
250250
uses: actions/cache@v4
251251
with:

0 commit comments

Comments
 (0)