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 b46a0b0 commit d95bb3dCopy full SHA for d95bb3d
1 file changed
.github/workflows/test-notebooks.yml
@@ -43,7 +43,7 @@ jobs:
43
AMPLKEY_UUID: ${{ secrets.AMPLKEY_UUID }}
44
run: |
45
python -m pip install --upgrade pip
46
- pip install nbval pytest nbqa black
+ pip install nbval==0.11.0 pytest nbqa==1.9.1 black==25.1.0
47
pip install amplpy
48
python -m amplpy.modules install base
49
python -m amplpy.modules activate $AMPLKEY_UUID
0 commit comments