Skip to content

Commit 8cdbccd

Browse files
committed
Use Python 3.8 for CI
1 parent 3c9ad23 commit 8cdbccd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@master
6767
- uses: actions-rs/toolchain@v1
68+
- uses: actions/setup-python@v2
69+
with:
70+
python-version: 3.8
6871
- name: Set up the Windows environment
6972
run: |
7073
choco install llvm

0 commit comments

Comments
 (0)