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 d94e1d3 commit ea7f9c9Copy full SHA for ea7f9c9
1 file changed
.github/workflows/python-app.yml
@@ -30,9 +30,7 @@ jobs:
30
--volume $(pwd):/app \
31
-w=/app \
32
qgis/qgis:stable sh -c "
33
- apt-get update && \
34
- apt-get install -y python3-numpy && \
35
- python3 -m pip install -r requirements_dev.txt --break-system-packages
+ python3 -m pip install --ignore-installed -r requirements_dev.txt --break-system-packages
36
"
37
docker commit qgis_container qgis_with_deps
38
0 commit comments