We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46d851 commit f322c55Copy full SHA for f322c55
.github/workflows/build_macos_x86_wheels.yml
@@ -281,7 +281,7 @@ jobs:
281
run: |
282
export PATH="$HOME/.pyenv/bin:$PATH"
283
eval "$(pyenv init -)"
284
- pyenv shell 3.8
+ pyenv shell 3.9
285
python -m pip install dist/*.whl --force-reinstall
286
jupyter nbconvert --to notebook --execute tests/test_data_insertion.ipynb --output test_data_insertion_output.ipynb
287
pyenv shell --unset
0 commit comments