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 5b5b0a6 commit 9b593daCopy full SHA for 9b593da
.github/workflows/common-workflow.yml
@@ -75,10 +75,11 @@ jobs:
75
- name: Install Python dependencies
76
if: contains(inputs.interface, 'python')
77
run: |
78
+ sudo apt update
79
sudo apt install libpython${{ inputs.python_version }}-dev
80
sudo apt install python3-dev
81
python -m pip install --upgrade pip
- sudo apt update && sudo apt install -y python3-tk
82
+ sudo apt install -y python3-tk
83
python -m pip install numpy scipy matplotlib nose
84
85
- name: Build ISSM
0 commit comments