We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e02f4 commit da8d8eeCopy full SHA for da8d8ee
1 file changed
.github/workflows/ci.yml
@@ -56,8 +56,8 @@ jobs:
56
- name: Install poetry
57
uses: abatilo/actions-poetry@v2
58
- name: Install the project dependencies
59
- # this is fine, apparently?
60
- run: poetry install --only=dev
+ # with, not only!
+ run: poetry install --with=dev
61
- name: Run pytest
62
run: |
63
sed -i -r "/token/ s|$|${{ secrets.TEST_DISCOGS_TOKEN }}|g; /username/ s|$|${{ secrets.TEST_DISCOGS_USERNAME }}|g" ./dita/config
0 commit comments