We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c0eb7 commit cb158edCopy full SHA for cb158ed
.github/workflows/python-package.yml
@@ -30,8 +30,8 @@ jobs:
30
python -m pip install flake8 pytest-cov
31
if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi
32
if [ "${{ matrix.python-version }}" != "3.10" ]; then pip install mindspore==2.0.0; fi
33
- wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
34
- dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
+ wget https://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb
+ dpkg -i libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb
35
- name: Generate astar.so
36
run: |
37
python pygmtools/c_astar_src/build_c_astar.py
0 commit comments