Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Oct 26, 2024
1 parent 4d1f67b commit c935719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c935719

Please sign in to comment.