Skip to content

Commit 341d333

Browse files
committed
specify python version
1 parent e798814 commit 341d333

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/downstream.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
tests:
1111
runs-on: ubuntu-latest
12+
strategy:
13+
matrix:
14+
python-version: "3.9"
1215

1316
steps:
1417
- name: Checkout

0 commit comments

Comments
 (0)