Skip to content

Commit 5c71d59

Browse files
authored
Merge pull request #102 from open-atmos/slayoo-patch-4
remove unneeded pip installs in the main workflow
2 parents 25c358a + 4f148af commit 5c71d59

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)