Skip to content

Commit ad1f224

Browse files
committed
Migrate to pyproject.toml
1 parent 4b3fe26 commit ad1f224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
- name: "Setup Python, Poetry and Dependencies"
7070
uses: dsoftwareinc/setup-python-poetry-action@v1
7171
with:
72-
python-version: ${{ matrix.python-version }}
73-
poetry-version: 1.8.3
72+
python-version: "3.12"
73+
poetry-version: "1.8.3"
7474

7575
- name: Test
7676
run: |

0 commit comments

Comments
 (0)