Merge pull request #325 from vyomakesh09/patch-1

Bumping python version for testing.yml
pull/328/head
Eternal Reclaimer 1 year ago committed by GitHub
commit 20ad31543a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save