Skip to content

Commit 7c012a3

Browse files
committed
[WIP] install mpython-core for branch to test action
1 parent 5a15f50 commit 7c012a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run_unit_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
uses: actions/checkout@v4
4747

4848
- name: Install SPM Python
49-
run: python -m pip install -e .
49+
run: |
50+
pythin -m pip install "git+https://github.com/MPython-Package-Factory/mpython-core.git@no-spm-dep"
51+
python -m pip install -e .
5052
5153
# Setup MATLAB and Runtime
5254
- name: Set up MATLAB

0 commit comments

Comments
 (0)