Skip to content

Commit

Permalink
Simplify ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattijs Kneppers committed Jun 17, 2024
1 parent 0dd97ee commit d9875f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -14,6 +12,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 d9875f2

Please sign in to comment.