Skip to content

Commit c2ea196

Browse files
committed
chore: remove dev dependencies if running tests in workflow
1 parent 828491c commit c2ea196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252

5353
- name: Install dependencies
5454
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
55-
run: poetry install --no-interaction --no-root
55+
run: poetry install --without dev --no-interaction --no-root
5656

5757
- name: install robotcode
58-
run: poetry install --no-interaction
58+
run: poetry install --without dev --no-interaction
5959

6060
- name: "test python packages"
6161
timeout-minutes: 15

0 commit comments

Comments
 (0)