Skip to content

Commit

Permalink
CI: Remove editable installs
Browse files Browse the repository at this point in the history
Co-authored-by: roshii <[email protected]>
  • Loading branch information
kristapsk and roshii committed May 7, 2023
1 parent 3641f1e commit 198117f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Setup joinmarket + virtualenv
# if: steps.cache-venv.outputs.cache-hit != 'true'
run: |
sed -i.bak 's/-e //g' requirements/base.txt
sed -i.bak 's/-e //g' requirements/gui.txt
./install.sh --develop --with-qt
./jmvenv/bin/python -m pip install --upgrade pip
./jmvenv/bin/pip install -r requirements/base.txt
Expand Down

0 comments on commit 198117f

Please sign in to comment.