]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Simplify github actions workflow
authorkpcyrd <git@rxv.cc>
Mon, 21 Jun 2021 01:02:17 +0000 (03:02 +0200)
committerkpcyrd <git@rxv.cc>
Mon, 21 Jun 2021 01:02:17 +0000 (03:02 +0200)
.github/workflows/python.yml

index e798a0d459f57e04e85953fa181a6d51fa4b07fb..6d7d55dcd182b2b19d39eac8eb287876f0424a15 100644 (file)
@@ -13,11 +13,7 @@ jobs:
     - uses: actions/checkout@v2
     - 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
+      run: sudo pip3 install .
     - name: Test torbrowser-launcher install
       run: torbrowser-launcher -h