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 6bad770 commit f2718b9Copy full SHA for f2718b9
.github/workflows/CI.yml
@@ -227,7 +227,7 @@ jobs:
227
run: |
228
# Package lpynn has lpython_emulation as dependency
229
# Hence, it should by default install lpython_emulation
230
- python -m pip install lpython_emulation==0.0.1.8 lpynn==0.0.1.3 numpy==1.24.3
+ python -m pip install lpython_emulation==0.0.1.9 lpynn==0.0.1.4 numpy==1.24.3
231
232
- name: PIP show installed packages
233
shell: bash -l {0}
0 commit comments