Skip to content

Commit b8ef22d

Browse files
Ben Jefferybenjeffery
authored andcommitted
Fix circleCI meson error
1 parent 4f6c88e commit b8ef22d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- checkout
88

99
- restore_cache:
10-
key: tsinfer-{{ .Branch }}
10+
key: tsinfer-{{ .Branch }}-v3
1111

1212
- run:
1313
name: Install dependencies and set PATH
@@ -21,7 +21,9 @@ jobs:
2121
- run:
2222
name: Install development dependencies
2323
command: |
24+
pyenv global 3.8
2425
pip install -r requirements/CI-tests-complete/requirements.txt --user
26+
pyenv rehash
2527
2628
- save_cache:
2729
key: tsinfer-{{ .Branch }}

0 commit comments

Comments
 (0)