Skip to content

Commit 7514627

Browse files
authored
Update pypi-test.yml
1 parent bfa8cc5 commit 7514627

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pypi-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
VERSION="${{github.event.inputs.version}}"
6262
pip install --upgrade pip
6363
pip install --upgrade setuptools
64-
pip install numpy>=2
65-
pip install "gdm-concordia${VERSION:+==$VERSION}"
64+
pip install "gdm-concordia${VERSION:+==$VERSION}" numpy>=2
6665
pip list
6766
6867
- name: Test installation

0 commit comments

Comments
 (0)