Skip to content
Snippets Groups Projects
Verified Commit 6fef1d41 authored by David Runge's avatar David Runge :chipmunk:
Browse files

ci: Only install default feature packages by default

parent 208aacaa
No related branches found
No related tags found
1 merge request!154Fix SCM versioning
Pipeline #72992 failed
......@@ -32,7 +32,7 @@ variables:
linter:
extends: .check
script:
- pdm install
- pdm install -G default
- pdm run lint
.bump_dependencies_to_latest: &bump_dependencies_to_latest
......@@ -75,7 +75,7 @@ coverage:
integration:
extends: .integration_test
script:
- pdm install
- pdm install -G default
- pdm run integration
.system_test:
......@@ -137,7 +137,7 @@ build:
docs:
extends: .build
script:
- pdm install
- pdm install -G default
- pdm docs
after_script:
- mv docs/_build/html public
......@@ -158,7 +158,7 @@ pages:
regex:
extends: .test
script:
- pdm install
- pdm install -G default
- pdm regex
pypi_publish:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment