We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce62a33 commit 331cf61Copy full SHA for 331cf61
.github/workflows/ci.yml
@@ -50,16 +50,10 @@ jobs:
50
with:
51
distribution: 'temurin'
52
java-version: '21'
53
- - name: setup-python
54
- uses: actions/setup-python@v5
55
- with:
56
- python-version: ${{ matrix.python-version }}
57
- name: install-poetry
58
- uses: snok/install-poetry@v1
+ uses: abatilo/actions-poetry@v3
59
60
- version: 1.4.0
61
- virtualenvs-in-project: false
62
- virtualenvs-path: ~/.virtualenvs
+ python-version: ${{ matrix.python-version }}
63
- name: poetry install
64
run: poetry install --all-extras
65
- name: install pytest-xdist for parallel tests
0 commit comments