Skip to content

Commit

Permalink
Update run_unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johmedr authored Nov 21, 2024
1 parent 45537f5 commit a82590b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Run unit tests
name: Unit tests
on:
workflow_dispatch:
push:
paths:
- spm/**
- tests/**
pull_request:

env:
Expand All @@ -18,7 +15,7 @@ jobs:
matrix:
matlab: ["latest"]
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.11"]
include:
- os: ubuntu-latest
os_name: Linux
Expand Down

0 comments on commit a82590b

Please sign in to comment.