Skip to content

Commit 4f148af

Browse files
authored
remove unneeded pip installs in the main workflow
1 parent 25c358a commit 4f148af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656

57-
- run: pip install pytest nbconvert ipython ipykernel build
57+
- run: pip install pytest build
5858

5959
- run: DEBUG=1 VERBOSE=1 pip install --verbose -e .
6060

0 commit comments

Comments
 (0)