fix: errors in workflows

This commit is contained in:
Benex254
2024-08-06 21:33:41 +03:00
parent 28cc74693e
commit 70cef9fcdd
2 changed files with 4 additions and 6 deletions

View File

@@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10, 3.11] # List the Python versions you want to test
python-version: ["3.10", "3.11"] # List the Python versions you want to test
steps:
- uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v4
- name: Install Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry