Skip to content

Commit

Permalink
MAINT: simplify the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinHuttley committed Oct 8, 2024
1 parent bb0b9b7 commit a1a237b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ on: [workflow_dispatch]
jobs:
test:
name: "Test on Python ${{ matrix.python-version }} (${{ matrix.os }})"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]
python-version: ["3.12"]
steps:
- uses: "actions/checkout@v4"
with:
Expand Down

0 comments on commit a1a237b

Please sign in to comment.