Skip to content

Commit b4291ae

Browse files
authored
Update python.yml
1 parent 1eaa75c commit b4291ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
5050
- uses: actions/checkout@v2
5151
- name: install packages
52-
run: apt-get update && apt-get install -y lsb-release zlib1g-dev python3-pip python3-setuptools && pip3 install "cython<0.3.0" "numpy>=1.14.5,<1.19.0"
52+
run: apt-get update && apt-get install -y lsb-release zlib1g-dev python3-pip python3-setuptools && pip3 install "cython<0.30.0" "numpy>=1.14.5,<1.19.0"
5353
- name: env
5454
run: lsb_release -a && ldd --version && gcc --version && g++ --version && python3 --version
5555
- name: build

0 commit comments

Comments
 (0)