Skip to content

Commit 1d8c97d

Browse files
authored
Update ci.yml
Testing CI
1 parent a14bb93 commit 1d8c97d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
MATLABVersion: [R2022a,R2022b,R2023a,R2023b,R2024a]
16+
MATLABVersion: [R2023b]
1717
runs-on: ubuntu-latest
1818
steps:
1919
# Checks-out your repository
@@ -42,6 +42,8 @@ jobs:
4242
# Econometrics_Toolbox
4343
# Deep_Learning_Toolbox
4444

45+
- name: Setup upterm session
46+
uses: lhotari/action-upterm@v1
4547

4648
# Run all the tests
4749
- name: Run SmokeTests

0 commit comments

Comments
 (0)