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 8e8e1cd commit d9516af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
git fetch https://github.com/lcompilers/lpython.git --tags -f
git checkout v0.20.0
- name: Print matrix.os
shell: bash -e -x -l {0}
run : |
echo "${{ matrix.os }}"
- name: Run LPython Integration Tests
if: ${{ matrix.os != 'windows-2019' }}
shell: bash -e -x -l {0}
Expand Down

0 comments on commit d9516af

Please sign in to comment.