python-version: 3.10
@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies
run: |
@ -24,4 +24,4 @@ jobs:
pip install pytest
- name: Run unit tests
run: pytest