Skip to content

Commit 9cc155c

Browse files
committed
Pin specific version
1 parent 5282b76 commit 9cc155c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
run: |
228228
# Package lpynn has lpython_emulation as dependency
229229
# Hence, it should by default install lpython_emulation
230-
python -m pip install lpynn numpy
230+
python -m pip install lpython_emulation==0.0.1.8 lpynn==0.0.1.3 numpy==1.24.3
231231
232232
- name: PIP show installed packages
233233
shell: bash -l {0}

0 commit comments

Comments
 (0)