Browse Source

Remove unnecessary commands from setup joinmarket + virtualenv step

They are run by install.sh, no need to run them additionally afterwards.
master
Kristaps Kaupe 3 years ago
parent
commit
3c0b508f0e
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      .github/workflows/unittests.yml

2
.github/workflows/unittests.yml

@ -31,8 +31,6 @@ jobs:
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
./jmvenv/bin/pip install -r requirements/testing.txt
- name: Lint with flake8
run: ./jmvenv/bin/flake8 -v jmclient jmbase jmbitcoin jmdaemon scripts

Loading…
Cancel
Save