Skip to content

Commit

Permalink
Don’t launch tests on each version of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Aug 5, 2023
1 parent 0d02afd commit 595d847
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@ jobs:
name: ${{ matrix.os }} - ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
python-version: ['3.7', '3.11']
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 595d847

Please sign in to comment.