Skip to content

Commit 970e642

Browse files
committed
Updated the tests ci
1 parent 933132c commit 970e642

File tree

4 files changed

+453
-526
lines changed

4 files changed

+453
-526
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ jobs:
1717
python-version: ${{ matrix.python }}
1818

1919
- name: Install poetry
20-
uses: snok/install-poetry@v1
20+
uses: snok/install-poetry@v1.3.3
2121
with:
22+
version: 1.2.2
2223
virtualenvs-create: true
24+
virtualenvs-in-project: true
25+
installer-parallel: true
2326

2427
- name: Install dependencies
2528
run: poetry install --no-interaction

0 commit comments

Comments
 (0)