Bumping python version for testing.yml

python-version: 3.10
pull/325/head
Vyomakesh Dundigalla 1 year ago committed by GitHub
parent dc354e38a2
commit cc7938a2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save