We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a15f50 commit 7c012a3Copy full SHA for 7c012a3
1 file changed
.github/workflows/run_unit_tests.yml
@@ -46,7 +46,9 @@ jobs:
46
uses: actions/checkout@v4
47
48
- name: Install SPM Python
49
- run: python -m pip install -e .
+ 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 .
52
53
# Setup MATLAB and Runtime
54
- name: Set up MATLAB
0 commit comments