Enable Vivado's xsim to run on some simpler testcases for better compile-check coverage. #7

This commit is contained in:
Alex Mykyta
2022-05-02 20:22:55 -07:00
parent 19edc135e3
commit a1808298ae
4 changed files with 32 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: "3.10"
- name: Install dependencies
run: |
@@ -75,7 +75,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: "3.10"
- name: Install dependencies
run: |
@@ -99,7 +99,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: 3.8
python-version: "3.10"
- name: Build sdist
run: python setup.py sdist