Skip to content

Commit

Permalink
Only install tests extra in test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Feb 7, 2024
1 parent bf7ab13 commit e1c7713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
PYTHON_VERSION: ${{ matrix.python-version }}
run: |
python --version | grep "Python ${PYTHON_VERSION}"
pip install -e .[all]
pip install -e .[tests]
pip install ./test_plugin
pip freeze
pip list
Expand Down

0 comments on commit e1c7713

Please sign in to comment.