Skip to content

Commit

Permalink
Update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Sep 6, 2023
1 parent fa17337 commit fdc3630
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
python-version: [ '3.5', '3.6', '3.7', '3.8', '3.9', '3.10' ]
name: Tests (Python ${{ matrix.python-version }})
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install Pytest
run: |
pip install --upgrade pip
Expand All @@ -41,4 +40,4 @@ jobs:
run: |
cd tests
./run_tests.sh
shell: bash
shell: bash

0 comments on commit fdc3630

Please sign in to comment.