mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-23 09:29:42 +00:00
Add install_requires to setup.py
This commit is contained in:
parent
7202407c6f
commit
71142f7999
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install system dependencies
|
||||
run: sudo apt-get install gettext python3
|
||||
run: sudo apt-get install gettext python3 libgpgme-dev
|
||||
- name: Install python dependencies
|
||||
run: sudo pip3 install .
|
||||
- name: Build torbrowser-launcher
|
||||
|
Loading…
Reference in New Issue
Block a user