Skip to content

Commit

Permalink
fix: Only test potentially use python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Feb 15, 2024
1 parent 9ac85b4 commit 32bbb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8','3.11','3.12']
toxenv: [py38, py311, py312, pylint]
python-version: ['3.12']
toxenv: [py38, py312, pylint]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 32bbb63

Please sign in to comment.