Skip to content

Commit d8b26a2

Browse files
committed
adding installation of a missing build-time dependency (python-build) to GA workflow file
1 parent 6aa8a32 commit d8b26a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
python-version: ${{ matrix.python-version }}
5353

54-
- run: pip install pytest nbconvert ipython ipykernel
54+
- run: pip install pytest nbconvert ipython ipykernel python-build
5555

5656
- run: DEBUG=1 VERBOSE=1 pip install --verbose -e .
5757

0 commit comments

Comments
 (0)