From 8a81b61321413f0c47e8ab950b8d36f36976bf2e Mon Sep 17 00:00:00 2001 From: "N. Engelhardt" Date: Mon, 7 Mar 2022 08:34:01 +0100 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- tests/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e05525..ea48d06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/tests/Makefile b/tests/Makefile index 4b8ac35..9370991 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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 -- 2.30.2