Skip to content

Commit

Permalink
Added installation of wheel and setuptools to the script.
Browse files Browse the repository at this point in the history
  • Loading branch information
retsios committed Feb 13, 2025
1 parent 76e4753 commit 542b3c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/buildilwispy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
sudo apt-get install libeigen3-dev
sudo apt-get install libnetcdf-c++4-dev
sudo apt-get install swig3.0
- name: install python packages
run: |
python3 -m pip install --upgrade pip
python3 -m pip install wheel setuptools
- name: patch
run: |
python3 patch_pythonapi_linux.py
Expand Down

0 comments on commit 542b3c0

Please sign in to comment.