Skip to content

Commit

Permalink
Try forcing https for git
Browse files Browse the repository at this point in the history
Only needed while we pin resolutions to new API branch
  • Loading branch information
krassowski committed Oct 8, 2023
1 parent fc2e6e6 commit 7fc514c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- name: Install dependencies
run: python -m pip install -U "jupyterlab>=4.0.0,<5"

- name: Force using `https` for git
run: |
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
- name: Lint the extension
run: |
set -eux
Expand Down

0 comments on commit 7fc514c

Please sign in to comment.