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 637bed5 commit b099761Copy full SHA for b099761
.circleci/config.yml
@@ -142,7 +142,9 @@ commands:
142
143
- run:
144
name: install python
145
- command: choco install --allow-downgrade -y python --version=3.8.10
+ # Use python3.9 in Windows instead of python3.8 because otherwise
146
+ # pytest-notebook's indirect dependency pywinpty will fail to build.
147
+ command: choco install --allow-downgrade -y python --version=3.9.13
148
shell: powershell.exe
149
150
0 commit comments