We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcc8fc commit 797d762Copy full SHA for 797d762
.github/workflows/main.yml
@@ -53,8 +53,10 @@ jobs:
53
uses: actions/setup-python@v3
54
with:
55
python-version: ${{ matrix.python-version }}
56
-
57
+ - name: VectorCGRA Git Sumbodule Update
+ run: |
58
+ cd VectorCGRA
59
+ git submodule update --init
60
- name: Install Verilator for VectorCGRA
61
run: |
62
wget https://github.com/tancheng/pymtl-verilator/raw/master/verilator-travis-4.036.tar.gz
@@ -81,12 +83,9 @@ jobs:
81
83
pip install hypothesis
82
84
pip install pytest
85
pip list
- - name: VectorCGRA Git Sumbodule Update
- run: |
86
- cd VectorCGRA
87
- git submodule update --init
88
- name: Test with pytest for VectorCGRA
89
90
mkdir -p build && cd build
91
source ${HOME}/venv/bin/activate
92
pytest .. -v --tb=short
0 commit comments