Skip to content

Commit 5fe46a4

Browse files
committed
Use extra to install zfpy
1 parent 66cfdd2 commit 5fe46a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
shell: "bash -l {0}"
7878
run: |
7979
conda activate env
80-
python -m pip install "zfpy>=1" "numpy<2"
80+
python -m pip install -v ".[zfpy]"
8181
8282
- name: List installed packages
8383
shell: "bash -l {0}"

0 commit comments

Comments
 (0)