Skip to content

Commit 331cf61

Browse files
committed
switch to abatilo/actions-poetry for testing
1 parent ce62a33 commit 331cf61

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,10 @@ jobs:
5050
with:
5151
distribution: 'temurin'
5252
java-version: '21'
53-
- name: setup-python
54-
uses: actions/setup-python@v5
55-
with:
56-
python-version: ${{ matrix.python-version }}
5753
- name: install-poetry
58-
uses: snok/install-poetry@v1
54+
uses: abatilo/actions-poetry@v3
5955
with:
60-
version: 1.4.0
61-
virtualenvs-in-project: false
62-
virtualenvs-path: ~/.virtualenvs
56+
python-version: ${{ matrix.python-version }}
6357
- name: poetry install
6458
run: poetry install --all-extras
6559
- name: install pytest-xdist for parallel tests

0 commit comments

Comments
 (0)