commit 1cabcb043d1962aa73de74f9474e5ae001714376 from: Jelmer Vernooij via: GitHub date: Tue Oct 15 12:33:54 2024 UTC Remove unnecessary steps (#1382) commit - d70d2065dfc0002892645238de35859e8d9ce33c commit + 1cabcb043d1962aa73de74f9474e5ae001714376 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