Skip to content

Commit

Permalink
Merge pull request #30 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
Updated release workflow
  • Loading branch information
GavinHuttley authored Oct 8, 2024
2 parents 04e3e93 + a1a237b commit 5333f8d
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 5333f8d

Please sign in to comment.