Skip to content

Commit

Permalink
Always setup python and venv for source package signing
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo authored Sep 4, 2024
1 parent a92680f commit 75879ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ jobs:
${{ steps.release_info.outputs.commit }}
- name: Install Python dependencies
if: runner.os == 'macOS'
run: |
python3 -m venv --upgrade-deps venv
venv/bin/python3 -m pip install --upgrade pip wheel
Expand Down

0 comments on commit 75879ed

Please sign in to comment.