Skip to content

Commit

Permalink
Don't install full dev requirements for just-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch committed Mar 1, 2024
1 parent 5e8b1ec commit 63b7a30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
make setup
pip install -U .[test]
- name: Test
run: python -m unittest imperfect.tests
Expand Down

0 comments on commit 63b7a30

Please sign in to comment.