Browse Source

Remove unnecessary steps

Jelmer Vernooij 5 months ago
parent
commit
797f3878fb
1 changed files with 0 additions and 6 deletions
  1. 0 6
      .github/workflows/python-distributions.yml

+ 0 - 6
.github/workflows/python-distributions.yml

@@ -20,12 +20,6 @@ jobs:
       - uses: actions/setup-python@v5
         with:
           cache: pip
-      - name: Install native dependencies (Ubuntu)
-        run: sudo apt-get update && sudo apt-get install -y libgpgme-dev libgpg-error-dev
-        if: "matrix.os == 'ubuntu-latest'"
-      - name: Install native dependencies (MacOS)
-        run: brew install swig gpgme
-        if: "matrix.os == 'macos-latest'"
       - name: Install dependencies
         run: |
           python -m pip install --upgrade pip