Skip to content

Commit

Permalink
add py to the matrix values
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Oct 17, 2022
1 parent 7ededb8 commit 085cfa0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Prepare
run: |
pip install -U pip tox
- name: Run tests python ${{ matrix.python-version }}
- name: Run tests ${{ matrix.python-version }}
run: |
tox -e py${{ matrix.python-version }}
tox -e ${{ matrix.python-version }}
- name: Coverage Report
uses: codecov/codecov-action@v3
with:
Expand All @@ -30,8 +30,8 @@ jobs:
strategy:
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- py3.6
- py3.7
- py3.8
- py3.9
- py3.10

0 comments on commit 085cfa0

Please sign in to comment.