Skip to content

Commit 04d194a

Browse files
committed
comma was preventing caching
1 parent 29e4435 commit 04d194a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: packetcoders/action-setup-cache-python-poetry@main
1818
with:
1919
python-version: ${{ matrix.python-version }}
20-
install-args: --all-extras
20+
install-args: --with dev --with backends
2121

2222
- name: Generate test coverage
2323
run: |

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: packetcoders/action-setup-cache-python-poetry@main
2121
with:
2222
python-version: ${{ matrix.python-version }}
23-
install-args: --with dev,backends
23+
install-args: --with dev --with backends
2424

2525
- name: Install groco
2626
run: poetry install

0 commit comments

Comments
 (0)