Skip to content

Commit 4c3d01a

Browse files
Update main.yml
1 parent 108ebf2 commit 4c3d01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
source ../venv-build/bin/activate
4646
make pygimli J=4
47-
rm wheelhouse/pgcore*.whl # remove old wheels
47+
rm -f wheelhouse/pgcore*.whl # remove old wheels
4848
make whlpgcore
4949
# install the wheel to ensure copying all *.so
5050
pip install wheelhouse/pgcore*.whl

0 commit comments

Comments
 (0)