Skip to content

Commit

Permalink
Try different matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Mar 3, 2025
1 parent c44e630 commit 02278b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[parquet,test,test_with_healpy] "numpy{{ matrix.numpy-version }}"
pip install .[parquet,test,test_with_healpy]
pip install 'numpy{{ numpy-version }}'
- name: Lint with flake8
run: |
flake8
Expand Down

0 comments on commit 02278b4

Please sign in to comment.