Skip to content

Commit

Permalink
Use pip install -e . in pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmyrberg committed Nov 2, 2022
1 parent ea7858d commit 0eb7054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
pip install -e .
pip install -r requirements-dev.txt
- name: Setup Xvfb for headed Chrome
if: contains(fromJson('["oikotieapartment"]'), matrix.spider)
run: |
Expand Down

0 comments on commit 0eb7054

Please sign in to comment.