Skip to content

Commit

Permalink
Merge pull request #237 from toolsforexperiments/use_editable_install
Browse files Browse the repository at this point in the history
Use a regular install in tests
  • Loading branch information
jenshnielsen committed Nov 30, 2021
2 parents 441e851 + 24bd940 commit e31f5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies-and-plottr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ runs:
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
pip install -r test_requirements.txt
pip install -e .[pyqt5]
pip install .[pyqt5] --use-feature=in-tree-build
shell: bash

0 comments on commit e31f5c3

Please sign in to comment.