Skip to content

Commit

Permalink
Merge pull request #259 from artichoke/lopopolo-patch-1
Browse files Browse the repository at this point in the history
Install python deps and venv on all nightly builders
  • Loading branch information
lopopolo authored Aug 30, 2024
2 parents 270754f + 80a9a8f commit c59b2fb
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 @@ -241,7 +241,6 @@ jobs:
run: cargo build --verbose --release --target ${{ matrix.target }}

- 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 c59b2fb

Please sign in to comment.