Skip to content

Commit

Permalink
Fix test workflow syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebertin committed Oct 16, 2024
1 parent c75c910 commit 154bf97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
# Build and test Python API #
#############################
test:
name: Test Python API
continue-on-error: false
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
name: Python ${{ matrix.python-version }} sample
name: Test Python ${{ matrix.python-version }} API

steps:
- name: Checkout
Expand Down

0 comments on commit 154bf97

Please sign in to comment.