Skip to content

Commit 27f442d

Browse files
Debugging workflow: find arrayobject.h on runner
1 parent 1af898c commit 27f442d

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
@@ -81,7 +81,8 @@ jobs:
8181
python -m pip install --upgrade pip
8282
sudo apt install -y python3-tk
8383
python -m pip install numpy scipy matplotlib nose
84-
find /usr -name arrayobject.h
84+
echo $(find /usr -name arrayobject.h)
85+
echo $(find /opt -name arrayobject.h)
8586
8687
- name: Build ISSM
8788
run: |

0 commit comments

Comments
 (0)