]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Use install_requires for python dependencies
authorkpcyrd <git@rxv.cc>
Mon, 21 Jun 2021 00:15:37 +0000 (02:15 +0200)
committerkpcyrd <git@rxv.cc>
Mon, 21 Jun 2021 00:15:37 +0000 (02:15 +0200)
.github/workflows/python.yml

index 3e5bb300e5b4b7e7611b029cd6bc19cb50079bef..ed7cdd2f00fb1551e0710598b0c30a41a1d4c272 100644 (file)
@@ -11,8 +11,10 @@ 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
+    - name: Install python dependencies
+      run: sudo pip3 install .
     - name: Build torbrowser-launcher
       run: python3 setup.py build
     - name: Install torbrowser-launcher