Skip to content

Commit

Permalink
Fix just-tests workflow to not require full dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch committed Feb 27, 2024
1 parent 5cc90a7 commit 1940706
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
make setup
pip install -U .
- name: Test
run: make test
- name: Lint
run: make lint
run: python -m metadata_please.tests

metadata_please:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1940706

Please sign in to comment.