Skip to content

Commit

Permalink
Simplify GH Action CI code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
pm3310 committed Jul 30, 2023
1 parent f12d040 commit 3e41738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
poetry-version: [1.3.2, 1.4.2, 1.5.1]
os: [ubuntu-18.04, macos-latest, windows-latest]
python-version: ['3.11']
poetry-version: [1.5.1]
os: [ubuntu-18.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3e41738

Please sign in to comment.