Skip to content

Commit 8d6b1a8

Browse files
author
Mattijs Kneppers
committed
Simplify ci workflow
1 parent 7905c0c commit 8d6b1a8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: test
22
on:
33
push:
4-
pull_request:
5-
workflow_dispatch:
4+
pull_request_target:
65
jobs:
76
test:
87
runs-on: ubuntu-latest
@@ -14,6 +13,3 @@ jobs:
1413
- run: |
1514
cd maxdiff
1615
python3 tests/test.py
17-
- run: pip install --upgrade pip wheel
18-
- run: pip install pytest
19-
- run: pytest maxdiff/tests/test.py

0 commit comments

Comments
 (0)