Skip to content

Commit

Permalink
chore: remove install dependencies step
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-ahuja committed Oct 14, 2023
1 parent 89e8cbc commit d460b70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
architecture: x64
- name: Install dependencies
run: |
sudo apt install -y perl cpanminus libssl-dev pkg-config librust-openssl-dev
# - name: Install dependencies
# run: |
# sudo apt install -y perl cpanminus libssl-dev pkg-config librust-openssl-dev
- name: Build wheels
uses: messense/maturin-action@v1
with:
Expand Down

0 comments on commit d460b70

Please sign in to comment.