Skip to content

Commit

Permalink
final ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Jul 4, 2024
1 parent 46008aa commit 510ce45
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,14 @@ jobs:
extra_args: --hook-stage manual --all-files

checks:
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
name: Check Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
needs: [pre-commit]
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]

include:
- python-version: pypy-3.10
runs-on: ubuntu-latest

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

0 comments on commit 510ce45

Please sign in to comment.