Skip to content

Commit

Permalink
ci fix when 3rdparty tvm is initialized.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Jul 21, 2024
1 parent 28d851c commit c447a95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements-dev.txt ]; then python -m pip install -r requirements-dev.txt; fi
- name: Update submodules recursively
run: git submodule update --init --recursive

- name: Run format check
run: |
source bitblas_ci/bin/activate
Expand Down

0 comments on commit c447a95

Please sign in to comment.