Skip to content

Commit 9b593da

Browse files
More debugging of Python in GitHub workflow
1 parent 5b5b0a6 commit 9b593da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/common-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ jobs:
7575
- name: Install Python dependencies
7676
if: contains(inputs.interface, 'python')
7777
run: |
78+
sudo apt update
7879
sudo apt install libpython${{ inputs.python_version }}-dev
7980
sudo apt install python3-dev
8081
python -m pip install --upgrade pip
81-
sudo apt update && sudo apt install -y python3-tk
82+
sudo apt install -y python3-tk
8283
python -m pip install numpy scipy matplotlib nose
8384
8485
- name: Build ISSM

0 commit comments

Comments
 (0)