Skip to content

Commit 5282b76

Browse files
committed
Use pip installed lpython
1 parent e021e78 commit 5282b76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ jobs:
225225
- name: PIP install required packages
226226
shell: bash -l {0}
227227
run: |
228+
# Package lpynn has lpython_emulation as dependency
229+
# Hence, it should by default install lpython_emulation
228230
python -m pip install lpynn numpy
229231
230232
- name: PIP show installed packages
@@ -235,7 +237,6 @@ jobs:
235237
- name: Test PIP Packages with Python
236238
shell: bash -l {0}
237239
run: |
238-
export PYTHONPATH=./src/runtime/lpython
239240
python integration_tests/test_pip_import_01.py
240241
241242
- name: Test PIP Packages with LPython

0 commit comments

Comments
 (0)