We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc70d2b commit 0233c6fCopy full SHA for 0233c6f
.github/workflows/ci.yml
@@ -49,9 +49,11 @@ jobs:
49
- name: Install dependencies
50
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
51
run: poetry install --no-interaction --with dev --no-root
52
+ shell: bash
53
54
- name: Install project
55
run: poetry install --no-interaction
56
57
58
- name: Run linting
59
run: |
.github/workflows/release.yml
@@ -51,9 +51,11 @@ jobs:
60
- name: Run tests
61
run: poetry run pytest tests/ -v
0 commit comments