Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit e09cc4a

Browse files
committed
Force Python 3.8 to be used for all CI envs
1 parent b032f7e commit e09cc4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-cache.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- sccache
2323
steps:
2424
- uses: actions/checkout@v2
25+
- uses: actions/setup-python@v1
26+
with:
27+
python-version: 3.8
2528
- name: Build and upload binary crate
2629
run: |
2730
python3 -m pip install -r ci/requirements.txt

0 commit comments

Comments
 (0)