testing with updated python and poetry (#168)

This commit is contained in:
calle
2023-04-17 10:28:56 +02:00
committed by GitHub
parent 8f2a0d6c72
commit faac030274

View File

@@ -8,8 +8,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.9"]
poetry-version: ["1.3.1"]
python-version: ["3.9.13"]
poetry-version: ["1.4.2"]
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2