Skip to content

Commit e7b80ea

Browse files
committed
Remove
1 parent 94ff82b commit e7b80ea

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,15 @@ jobs:
194194
shell: bash
195195
run: |
196196
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
197+
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+
ls -al ${DPF_PATH}
198206
199207
- name: "Test API"
200208
shell: bash

0 commit comments

Comments
 (0)