Skip to content

Commit

Permalink
Remove 1.3.1 version pin, revert to just latest Matlab in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mducle committed Aug 28, 2024
1 parent c8b9ac8 commit 1e00fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
matlab_version: [R2022a, R2023a, R2023b, latest]
python_version: [3.9]
euphonic_version: ['--version 1.3.1']
matlab_version: [latest]
python_version: [3.11]
euphonic_version: ['']
# Test lowest supported Python/Euphonic versions, and lowest available Matlab
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 1e00fa6

Please sign in to comment.