Skip to content

Commit 76ed1e4

Browse files
committed
ll
1 parent d128052 commit 76ed1e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626

2727
steps:
28+
- name: Set up Python version ${{ matrix.version }}
29+
uses: actions/setup-python@v4
30+
with:
31+
python-version: ${{ matrix.version }}
2832
- name: Set up MATLAB
2933
uses: matlab-actions/setup-matlab@v2
3034
with:

0 commit comments

Comments
 (0)