Skip to content

Commit 1940706

Browse files
committed
Fix just-tests workflow to not require full dev deps
1 parent 5cc90a7 commit 1940706

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ jobs:
2929
- name: Install
3030
run: |
3131
python -m pip install --upgrade pip
32-
make setup
3332
pip install -U .
3433
- name: Test
35-
run: make test
36-
- name: Lint
37-
run: make lint
34+
run: python -m metadata_please.tests
3835

3936
metadata_please:
4037
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)