Skip to content

Commit

Permalink
Fix pytest.yml
Browse files Browse the repository at this point in the history
Fixed python version definitions in pytest.yml
  • Loading branch information
rahul4732saini committed Jul 5, 2024
1 parent 92e670c commit ee57d3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:

strategy:
matrix:
python-version: [3.10, 3.11, 3.12]
python-version:
- '3.10'
- '3.11'
- '3.12'

steps:
- name: Checkout code
Expand Down

0 comments on commit ee57d3a

Please sign in to comment.