Skip to content

Commit d95bb3d

Browse files
committed
Fix versions of black and nbqa
1 parent b46a0b0 commit d95bb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
AMPLKEY_UUID: ${{ secrets.AMPLKEY_UUID }}
4444
run: |
4545
python -m pip install --upgrade pip
46-
pip install nbval pytest nbqa black
46+
pip install nbval==0.11.0 pytest nbqa==1.9.1 black==25.1.0
4747
pip install amplpy
4848
python -m amplpy.modules install base
4949
python -m amplpy.modules activate $AMPLKEY_UUID

0 commit comments

Comments
 (0)