Skip to content

Commit 70aed0a

Browse files
Testing unit test workflow
1 parent 13fb928 commit 70aed0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
strategy:
4040
matrix:
41-
python-version: ["3.9", "3.10", "3.11", "3.12"]
41+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
4242

4343
steps:
4444
- name: Checkout code
@@ -58,7 +58,7 @@ jobs:
5858
pip install --user pipx
5959
pip install --user setuptools
6060
pipx ensurepath
61-
pipx install poetry
61+
pipx install poetry==1.4.2
6262
poetry config virtualenvs.in-project true
6363
poetry install --with dev
6464
poetry self add "poetry-dynamic-versioning[plugin]"

0 commit comments

Comments
 (0)