Skip to content

Commit f322c55

Browse files
authored
macos x86 run notebook tests use python 3.9 (#413)
1 parent a46d851 commit f322c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_macos_x86_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
run: |
282282
export PATH="$HOME/.pyenv/bin:$PATH"
283283
eval "$(pyenv init -)"
284-
pyenv shell 3.8
284+
pyenv shell 3.9
285285
python -m pip install dist/*.whl --force-reinstall
286286
jupyter nbconvert --to notebook --execute tests/test_data_insertion.ipynb --output test_data_insertion_output.ipynb
287287
pyenv shell --unset

0 commit comments

Comments
 (0)