Skip to content

Commit

Permalink
Merge pull request #264 from artichoke/lopopolo-patch-1
Browse files Browse the repository at this point in the history
Always setup python and venv for source package signing
  • Loading branch information
lopopolo authored Sep 6, 2024
2 parents a92680f + 75879ed commit 8856cbd
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 8856cbd

Please sign in to comment.