We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e4435 commit 04d194aCopy full SHA for 04d194a
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: packetcoders/action-setup-cache-python-poetry@main
18
with:
19
python-version: ${{ matrix.python-version }}
20
- install-args: --all-extras
+ install-args: --with dev --with backends
21
22
- name: Generate test coverage
23
run: |
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
- install-args: --with dev,backends
24
25
- name: Install groco
26
run: poetry install
0 commit comments