Skip to content

Commit b85c88a

Browse files
committed
Fix publish action for numpy
1 parent 6bb6b08 commit b85c88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Install numpy, scipy
104104
run: |
105-
python -m pip install "numpy<${{ env.LIMIT_NUMPY_VERSION }}" scipy
105+
python -m pip install "numpy>${{ env.LIMIT_NUMPY_VERSION }}" scipy
106106
python -c "import numpy; print(numpy.__version__)"
107107
108108
- name: Install other dependencies

0 commit comments

Comments
 (0)