Skip to content

Commit bfa8cc5

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pypi-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ jobs:
5959
- name: Install from PyPI
6060
run: |
6161
VERSION="${{github.event.inputs.version}}"
62-
pip install pip
63-
pip install setuptools
62+
pip install --upgrade pip
63+
pip install --upgrade setuptools
64+
pip install numpy>=2
6465
pip install "gdm-concordia${VERSION:+==$VERSION}"
6566
pip list
6667

0 commit comments

Comments
 (0)