Skip to content

Commit da8d8ee

Browse files
committed
ci: fix poetry install option
1 parent 03e02f4 commit da8d8ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
- name: Install poetry
5757
uses: abatilo/actions-poetry@v2
5858
- name: Install the project dependencies
59-
# this is fine, apparently?
60-
run: poetry install --only=dev
59+
# with, not only!
60+
run: poetry install --with=dev
6161
- name: Run pytest
6262
run: |
6363
sed -i -r "/token/ s|$|${{ secrets.TEST_DISCOGS_TOKEN }}|g; /username/ s|$|${{ secrets.TEST_DISCOGS_USERNAME }}|g" ./dita/config

0 commit comments

Comments
 (0)