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 94ff82b commit e7b80eaCopy full SHA for e7b80ea
.github/workflows/ci.yml
@@ -194,7 +194,15 @@ jobs:
194
shell: bash
195
run: |
196
DPF_PATH=`python -c "from ansys.dpf import core as dpf; import os; my_path = os.path.abspath(dpf.__file__); aux = my_path.split('/'); aux2 = aux[:-2]; print(''.join([a + '/' for a in aux2]))"`
197
- echo $DPF_PATH
+
198
+ echo Before removing gatebin
199
+ ls -al ${DPF_PATH}
200
201
+ echo Removing gatebin
202
+ rm -r ${DPF_PATH}gatebin
203
204
+ echo After removing gatebin
205
206
207
- name: "Test API"
208
0 commit comments