Skip to content

Commit 8aeefa5

Browse files
committed
Test install only dev deps
1 parent ceafb3e commit 8aeefa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
artifactory-reader-role: private-reader
4949
artifactory-deployer-role: qa-deployer
5050
- run: |
51+
poetry install --only dev
5152
poetry run black src/ tests/ --check
5253
poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d src/
5354
poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d tests/

0 commit comments

Comments
 (0)