mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24:08 +00:00
fix ci
This commit is contained in:
parent
7142f790e4
commit
8a81b61321
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -9,4 +9,4 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: YosysHQ/setup-oss-cad-suite@v1
|
||||
- name: Run checks
|
||||
run: make ci
|
||||
run: tabbypip install xmlschema && make ci
|
||||
|
|
|
@ -14,4 +14,4 @@ test_%: %.sby FORCE
|
|||
python3 ../sbysrc/sby.py -f $<
|
||||
|
||||
$(JUNIT_TESTS): $(SBY_TESTS)
|
||||
python validate_junit.py $@/$@.xml
|
||||
python3 validate_junit.py $@/$@.xml
|
||||
|
|
Loading…
Reference in a new issue