Skip to content

Commit

Permalink
empty build
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Mar 21, 2024
1 parent a322b65 commit 9b922ec
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ jobs:
variant: sccache
key: ${{ github.job }}-${{ matrix.os }}

- name: Build (Linux / macOS)
shell: bash -l {0}
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
run: |
./build.sh
export PATH=$CONDA_PREFIX/bin:$PATH
# - name: Build (Linux / macOS)
# shell: bash -l {0}
# if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
# run: |
# ./build.sh
# export PATH=$CONDA_PREFIX/bin:$PATH

- name: Print runtime library directory
shell: bash -l {0}
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
run: |
lc --get-rtl-header-dir
lc --get-rtl-dir
# - name: Print runtime library directory
# shell: bash -l {0}
# if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
# run: |
# lc --get-rtl-header-dir
# lc --get-rtl-dir

# - name: Test (Linux / macOS)
# shell: bash -l -e {0}
Expand Down Expand Up @@ -84,9 +84,9 @@ jobs:
# ./integration_tests/run_tests.py -b gcc llvm wasm c
# ./integration_tests/run_tests.py -b gcc llvm wasm c -f

- name: Test4 (macOS)
- name: Test4 (Linux/macOS)
shell: bash -l -e {0}
if: contains(matrix.os, 'macos')
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
run: |
export CPATH=$CONDA_PREFIX/include:$CPATH
conda install --yes pytorch::pytorch
Expand Down

0 comments on commit 9b922ec

Please sign in to comment.