Skip to content

Commit

Permalink
update CI with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mRcSchwering committed Dec 8, 2023
1 parent 494e2ed commit 05f8ec2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05f8ec2

Please sign in to comment.