8000 ci: fix tests? · tjosepo/deno_python@df10202 · GitHub
[go: up one dir, main page]

Skip to content

Commit df10202

Browse files
committed
ci: fix tests?
1 parent 9417e45 commit df10202

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@ jobs:
3131
with:
3232
deno-version: v1.x
3333

34+
- name: Setup python 3.8
35+
uses: actions/setup-python@v2
36+
with:
37+
python-version: '3.8'
38+
3439
- name: Run deno test
3540
run: deno test --allow-all --unstable

0 commit comments

Comments
 (0)
0