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 828491c commit c2ea196Copy full SHA for c2ea196
.github/workflows/build-test-package-publish.yml
@@ -52,10 +52,10 @@ jobs:
52
53
- name: Install dependencies
54
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
55
- run: poetry install --no-interaction --no-root
+ run: poetry install --without dev --no-interaction --no-root
56
57
- name: install robotcode
58
- run: poetry install --no-interaction
+ run: poetry install --without dev --no-interaction
59
60
- name: "test python packages"
61
timeout-minutes: 15
0 commit comments