Skip to content

Commit

Permalink
💚 Only install test deps for tests, strike one ⚾
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 4, 2022
1 parent 0a2025d commit 754b9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Install Flit
run: pip install flit
- name: Install Dependencies
run: flit install --deps=develop --symlink
# run: python -m flit install --extras test
# run: flit install --deps=develop --symlink
run: python -m flit install --extras test
- name: Install Click 7
if: matrix.click-7
run: pip install "click<8.0.0"
Expand Down

0 comments on commit 754b9ec

Please sign in to comment.