From c9357197f557b96ece19c2aad5ef4742529c5932 Mon Sep 17 00:00:00 2001 From: Philipp van Kempen Date: Sat, 26 Oct 2024 16:55:25 +0200 Subject: [PATCH] update ci --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index d748654..09c86f9 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -50,7 +50,7 @@ jobs: run: | python -m pip install --upgrade pip virtualenv python -m venv .venv - pip install --upgrade pip setuptools wheel + source .venv/bin/activate pip install -r requirements.txt - name: Get riscv-gcc # TODO: custom build + rvv + clang as alternative? @@ -95,7 +95,7 @@ jobs: source .venv/bin/activate cd etiss_riscv_tests pip install -r requirements.txt - - name: Setup etiss_riscv_tests + - name: Upper string case id: string uses: ASzc/change-string-case-action@v5 with: