Browse Source

Merge JoinMarket-Org/joinmarket-clientserver#1493: CI: Remove unnecessary commands from setup joinmarket + virtualenv step

3c0b508f0e Remove unnecessary commands from setup joinmarket + virtualenv step (Kristaps Kaupe)

Pull request description:

  They are run by `install.sh`, no need to run them additionally afterwards.

  If #1475 gets merged, `./jmvenv/bin/pip install -r requirements/testing.txt` can also be removed.

Top commit has no ACKs.

Tree-SHA512: 662cfcfde0ac07f6460a0e59af3af4742eb32aa1adc7846c41b9596d4ae87eb0ac2231d438a8b3aed99a34f73d7e470dab1f7af95ba4a4bdbef35046fd75a56f
master
Kristaps Kaupe 3 years ago
parent
commit
b340cb13e5
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