Skip to content

Commit

Permalink
Use pip installed lpython
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed May 8, 2023
1 parent e021e78 commit 5282b76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ jobs:
- name: PIP install required packages
shell: bash -l {0}
run: |
# Package lpynn has lpython_emulation as dependency
# Hence, it should by default install lpython_emulation
python -m pip install lpynn numpy
- name: PIP show installed packages
Expand All @@ -235,7 +237,6 @@ jobs:
- name: Test PIP Packages with Python
shell: bash -l {0}
run: |
export PYTHONPATH=./src/runtime/lpython
python integration_tests/test_pip_import_01.py
- name: Test PIP Packages with LPython
Expand Down

0 comments on commit 5282b76

Please sign in to comment.