Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fancaiyu authored Oct 15, 2024
1 parent 94d492e commit f05cea2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- master

permissions:
contents: write

jobs:
test:
name: Python ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand All @@ -16,8 +19,6 @@ jobs:
fail-fast: false
matrix:
version:
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
Expand Down

0 comments on commit f05cea2

Please sign in to comment.