Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-wozny authored Jul 6, 2023
1 parent 98c7f89 commit 8327ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
python-version: [['3.8', 'py38'], ['3.9', 'py39']]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version[0] }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version[0] }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Test ${{ matrix.python-version[1] }} with tox
run: tox -e ${{ matrix.python-version[1] }}
run: tox -e ${{ matrix.python-version[1] }}

0 comments on commit 8327ba6

Please sign in to comment.