Skip to content

Commit

Permalink
try to fix snake workflow, possibly due to outdated pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed May 19, 2024
1 parent 3250fdb commit 5af9e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install packages
run: sudo apt-get update && sudo apt-get install -y zlib1g-dev python3-pip && pip3 install setuptools cython "numpy>=1.13.3,<1.15.0" --user
run: sudo apt-get update && sudo apt-get install -y zlib1g-dev python3-pip && pip3 install --upgrade pip && pip3 install setuptools cython "numpy>=1.13.3,<1.15.0" --user
- name: env
run: lsb_release -a && ldd --version && gcc --version && g++ --version && python3 --version
- name: build
Expand Down

0 comments on commit 5af9e92

Please sign in to comment.