Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Jan 30, 2025
1 parent 34962d0 commit f442a34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name: Build and test linkml-runtime
on: [pull_request]

jobs:
test:
strategy:
fail-fast: false
matrix:
Expand All @@ -15,9 +16,6 @@ jobs:
exclude:
- os: windows-latest
python-version: "3.8"
permissions:
contents: read

runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit f442a34

Please sign in to comment.