From 05f8ec2800d2fff705d9f4102f38304068e9a87e Mon Sep 17 00:00:00 2001 From: Marc Schwering Date: Fri, 8 Dec 2023 16:13:23 +0100 Subject: [PATCH] update CI with tests --- .github/workflows/CI.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7b14ee0..e801361 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -43,12 +43,9 @@ jobs: run: | set -e pip install magicsoup --find-links dist --force-reinstall - # TODO: fix tests (needs to install python/req.txt) - # run: | - # set -e - # pip install magicsoup --find-links dist --force-reinstall - # pip install pytest - # pytest + pip install -r python/requirements.txt + pip install pytest + pytest tests/fast # - name: pytest # if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }} # uses: uraimo/run-on-arch-action@v2.5.0