Skip to content

Commit

Permalink
Update run_unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanFMontesinos authored Jul 8, 2024
1 parent 2b26070 commit ce65396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6]
python-version: [3.6, 3.8, 3.9, 3.10, 3.11]

timeout-minutes: 10
steps:
Expand Down Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Codecov upload
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
file: ./coverage.xml

0 comments on commit ce65396

Please sign in to comment.