Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed Oct 8, 2023
1 parent 5a3482a commit 8ddad01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
variant: sccache
key: ${{ github.job }}-${{ matrix.os }}

- name: Print installed packages information
shell: bash -e -l {0}
run: |
which lpython
micromamba env list
micromamba activate lp
which lpython
- name: Clone LPython Source Repository
shell: bash -e -l {0}
run: |
Expand Down

0 comments on commit 8ddad01

Please sign in to comment.