fix ci
authorN. Engelhardt <nak@yosyshq.com>
Mon, 7 Mar 2022 07:34:01 +0000 (08:34 +0100)
committerN. Engelhardt <nak@yosyshq.com>
Mon, 7 Mar 2022 07:34:01 +0000 (08:34 +0100)
.github/workflows/ci.yml
tests/Makefile

index 9e055251c7e3131095e6095b065f61125be97ec4..ea48d06bb739c4286002b29f27fa51957f720003 100644 (file)
@@ -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
index 4b8ac3589ad4cd95eccfd8108bebb6e296f7261d..9370991a3423306e64e72d46cdaf593771213631 100644 (file)
@@ -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