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 6aa8a32 commit d8b26a2Copy full SHA for d8b26a2
.github/workflows/tests.yml
@@ -51,7 +51,7 @@ jobs:
51
with:
52
python-version: ${{ matrix.python-version }}
53
54
- - run: pip install pytest nbconvert ipython ipykernel
+ - run: pip install pytest nbconvert ipython ipykernel python-build
55
56
- run: DEBUG=1 VERBOSE=1 pip install --verbose -e .
57
0 commit comments