Skip to content

Commit ea7f9c9

Browse files
author
Axel Hörteborn
committed
Update2 for the ci/cd system
1 parent d94e1d3 commit ea7f9c9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
--volume $(pwd):/app \
3131
-w=/app \
3232
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
33+
python3 -m pip install --ignore-installed -r requirements_dev.txt --break-system-packages
3634
"
3735
docker commit qgis_container qgis_with_deps
3836

0 commit comments

Comments
 (0)