Skip to content

Commit

Permalink
Merge pull request #31 from Ableton/mkp-fix-ci
Browse files Browse the repository at this point in the history
Simplify ci workflow
  • Loading branch information
MattijsKneppers committed Jun 17, 2024
2 parents 7905c0c + 8d6b1a8 commit 0470d20
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: test
on:
push:
pull_request:
workflow_dispatch:
pull_request_target:
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -14,6 +13,3 @@ jobs:
- run: |
cd maxdiff
python3 tests/test.py
- run: pip install --upgrade pip wheel
- run: pip install pytest
- run: pytest maxdiff/tests/test.py

0 comments on commit 0470d20

Please sign in to comment.