We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4742b commit b672d64Copy full SHA for b672d64
.github/workflows/push.yml
@@ -12,7 +12,7 @@ jobs:
12
python-version: "3.11"
13
- name: Install dependencies
14
run: |
15
- python -m pip install --upgrade pip poetry
+ python -m pip install --upgrade pip poetry==1.8.5
16
poetry install
17
- name: Lint
18
@@ -31,7 +31,7 @@ jobs:
31
python-version: ${{ matrix.python-version }}
32
33
34
35
36
- name: Test
37
run: poetry run pytest
0 commit comments