mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-23 09:29:42 +00:00
Merge pull request #584 from kpcyrd/github-actions
Add install_requires, use it in tests
This commit is contained in:
commit
6142c8db02
8
.github/workflows/python.yml
vendored
8
.github/workflows/python.yml
vendored
@ -11,9 +11,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install gettext python3 python3-packaging python3-gpg python3-pyqt5 python3-requests python3-socks
|
||||
- name: Install system dependencies
|
||||
run: sudo apt-get install gettext python3 libgpgme-dev
|
||||
- name: Install python dependencies
|
||||
run: sudo pip3 install .
|
||||
- name: Build torbrowser-launcher
|
||||
run: python3 setup.py build
|
||||
- name: Install torbrowser-launcher
|
||||
run: sudo python3 setup.py install
|
||||
- name: Test torbrowser-launcher install
|
||||
run: torbrowser-launcher -h
|
||||
|
Loading…
Reference in New Issue
Block a user