Skip to content

Commit 1ab5806

Browse files
committed
Fixed gh-action
1 parent 6dc7b0f commit 1ab5806

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-and-verify.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ jobs:
1717
python-version: ${{ matrix.python }}
1818

1919
- name: Install poetry
20-
uses: snok/install-poetry@v1.1.2
20+
uses: snok/install-poetry@v1
2121
with:
22-
version: 1.1.5
2322
virtualenvs-create: true
2423

2524
- name: Install dependencies
26-
run: poetry install
25+
run: poetry install --no-interaction
2726

2827
- name: Run tests and generate coverage report
2928
run: |

0 commit comments

Comments
 (0)