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 1af898c commit 27f442dCopy full SHA for 27f442d
.github/workflows/common-workflow.yml
@@ -81,7 +81,8 @@ jobs:
81
python -m pip install --upgrade pip
82
sudo apt install -y python3-tk
83
python -m pip install numpy scipy matplotlib nose
84
- find /usr -name arrayobject.h
+ echo $(find /usr -name arrayobject.h)
85
+ echo $(find /opt -name arrayobject.h)
86
87
- name: Build ISSM
88
run: |
0 commit comments