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 a410487 commit 51c1a62Copy full SHA for 51c1a62
.github/workflows/test-with-pip.yml
@@ -20,10 +20,10 @@ jobs:
20
uses: actions/setup-python@v5
21
with:
22
python-version: ${{ matrix.python-version }}
23
- - name: Install dependencies and local packages (not macOS)
+ - name: Install dependencies and local packages
24
run: python -m pip install .[gui,h5,preferences]
25
if: (matrix.os != 'macos-latest') || ((matrix.python-version != '3.8') && (matrix.python-version != '3.9'))
26
- - name: Install dependencies and local packages (macOS)
+ - name: Install dependencies and local packages (exclude h5)
27
run: python -m pip install .[gui,preferences]
28
# PyTables won't build on Apple Silicon for Python < 3.10, so exclude
29
# the h5 dependency.
0 commit comments