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 e021e78 commit 5282b76Copy full SHA for 5282b76
.github/workflows/CI.yml
@@ -225,6 +225,8 @@ jobs:
225
- name: PIP install required packages
226
shell: bash -l {0}
227
run: |
228
+ # Package lpynn has lpython_emulation as dependency
229
+ # Hence, it should by default install lpython_emulation
230
python -m pip install lpynn numpy
231
232
- name: PIP show installed packages
@@ -235,7 +237,6 @@ jobs:
235
237
- name: Test PIP Packages with Python
236
238
239
- export PYTHONPATH=./src/runtime/lpython
240
python integration_tests/test_pip_import_01.py
241
242
- name: Test PIP Packages with LPython
0 commit comments