Skip to content

Commit

Permalink
Merge pull request #46 from yuqisun/Enable-Py3.9-and-Py3.12
Browse files Browse the repository at this point in the history
Enable Py3.9 and Py3.12
  • Loading branch information
tancheng authored Dec 13, 2024
2 parents 168b5bf + 797d762 commit 29a942e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7.13"]
python-version: ["3.7.13", "3.9.20", "3.12.8"]

steps:
- uses: actions/checkout@v3
with:
submodules: true

# Update references
- name: Git Sumbodule Update
Expand Down Expand Up @@ -51,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 @@ -75,17 +79,16 @@ jobs:
source ${HOME}/venv/bin/activate
pip install py==1.11.0
pip install wheel
pip install git+https://github.com/tancheng/pymtl3.git
pip install -U git+https://github.com/tancheng/pymtl3.1@yo-struct-list-fix
pip install hypothesis
pip install pytest
pip list
- name: Test with pytest for VectorCGRA
run: |
cd VectorCGRA
mkdir -p build && cd build
source ${HOME}/venv/bin/activate
pytest ../cgra/ -v --tb=short
pytest .. -v --tb=short
- name: Install dependencies for mflowgen
Expand Down
2 changes: 1 addition & 1 deletion VectorCGRA
Submodule VectorCGRA updated 185 files

0 comments on commit 29a942e

Please sign in to comment.