commit 797f3878fb6f6ebe4eeef8faffa9cbd461183cf7 from: Jelmer Vernooij date: Tue Oct 15 00:21:17 2024 UTC Remove unnecessary steps commit - 74d3022233d51135314a8482df2d7fd41db8120f commit + 797f3878fb6f6ebe4eeef8faffa9cbd461183cf7 blob - ce2d0abb477cfd18b6fd645eec2255a9c1838e3e blob + dc1b1abd176a27b70fd0515da0bb23deb6aee891 --- .github/workflows/python-distributions.yml +++ .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