Skip to content

Commit

Permalink
Test with submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqisun committed Dec 13, 2024
1 parent 0dcc8fc commit 797d762
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}


- name: VectorCGRA Git Sumbodule Update
run: |
cd VectorCGRA
git submodule update --init
- name: Install Verilator for VectorCGRA
run: |
wget https://github.com/tancheng/pymtl-verilator/raw/master/verilator-travis-4.036.tar.gz
Expand All @@ -81,12 +83,9 @@ jobs:
pip install hypothesis
pip install pytest
pip list
- name: VectorCGRA Git Sumbodule Update
run: |
cd VectorCGRA
git submodule update --init
- name: Test with pytest for VectorCGRA
run: |
cd VectorCGRA
mkdir -p build && cd build
source ${HOME}/venv/bin/activate
pytest .. -v --tb=short
Expand Down

0 comments on commit 797d762

Please sign in to comment.