mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 15:29:38 -05:00
Fix yaml spacing
This commit is contained in:
parent
33d522d0da
commit
6bc085922b
@ -22,13 +22,13 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y install tor obfs4proxy
|
sudo apt-get -y install tor obfs4proxy
|
||||||
pip install poetry
|
pip install poetry
|
||||||
cd ~/repo/cli
|
cd ~/repo/cli
|
||||||
poetry install
|
poetry install
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
@ -46,13 +46,13 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y xvfb tor obfs4proxy gcc python3-dev
|
sudo apt-get install -y xvfb tor obfs4proxy gcc python3-dev
|
||||||
cd ~/repo/desktop
|
cd ~/repo/desktop
|
||||||
pip install briefcase pytest pytest-briefcase pytest-faulthandler pytest-qt
|
pip install briefcase pytest pytest-briefcase pytest-faulthandler pytest-qt
|
||||||
pip install $(python -c 'import toml; print(" ".join(toml.loads(open("pyproject.toml").read())["tool"]["briefcase"]["app"]["onionshare"]["requires"]))')
|
pip install $(python -c 'import toml; print(" ".join(toml.loads(open("pyproject.toml").read())["tool"]["briefcase"]["app"]["onionshare"]["requires"]))')
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user