Skip to content

Commit

Permalink
ci: don't install in editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 21, 2023
1 parent 6e29b79 commit bbe77da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python -m pip install --upgrade pip wheel
python -m pip install coverage flake8 pytest pytest-qt
# install dependencies
pip install -e .
pip install .
# show installed packages
pip freeze
- name: Start application and print version
Expand Down

0 comments on commit bbe77da

Please sign in to comment.