Skip to content

Commit 71cd66c

Browse files
add pip update to pr deploy for maturin
1 parent 1f7af84 commit 71cd66c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_pr_preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- name: Run website diff
6666
run: |
6767
rustup update
68+
pip install --upgrade pip
6869
pip install website_diff
6970
website_diff --old dev --new pull${{ github.event.number }} --diff diff${{ github.event.number }}
7071

0 commit comments

Comments
 (0)