From ea7a1296c975f6511d81db8203d83d78d4607a4e Mon Sep 17 00:00:00 2001 From: Andrin Bertschi Date: Fri, 19 Apr 2024 17:22:58 +0200 Subject: [PATCH] build: update ci.yaml --- .github/workflows/ci.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db0ade3..9b8ac19 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,8 +15,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - run: | + + - name: run tests + run: | sudo apt install -y python3 python3-pip python3-venv ./misc/ci.sh - - \ No newline at end of file +