We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108ebf2 commit 4c3d01aCopy full SHA for 4c3d01a
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
source ../venv-build/bin/activate
46
make pygimli J=4
47
- rm wheelhouse/pgcore*.whl # remove old wheels
+ rm -f wheelhouse/pgcore*.whl # remove old wheels
48
make whlpgcore
49
# install the wheel to ensure copying all *.so
50
pip install wheelhouse/pgcore*.whl
0 commit comments