We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c012a3 commit b77104bCopy full SHA for b77104b
.github/workflows/run_unit_tests.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Install SPM Python
49
run: |
50
- pythin -m pip install "git+https://github.com/MPython-Package-Factory/mpython-core.git@no-spm-dep"
+ python -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
0 commit comments