Skip to content

Commit 51c1a62

Browse files
authored
Update test-with-pip.yml
Better step descriptions
1 parent a410487 commit 51c1a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-with-pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
23-
- name: Install dependencies and local packages (not macOS)
23+
- name: Install dependencies and local packages
2424
run: python -m pip install .[gui,h5,preferences]
2525
if: (matrix.os != 'macos-latest') || ((matrix.python-version != '3.8') && (matrix.python-version != '3.9'))
26-
- name: Install dependencies and local packages (macOS)
26+
- name: Install dependencies and local packages (exclude h5)
2727
run: python -m pip install .[gui,preferences]
2828
# PyTables won't build on Apple Silicon for Python < 3.10, so exclude
2929
# the h5 dependency.

0 commit comments

Comments
 (0)