Skip to content

Commit

Permalink
Use explicit https: for git protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Oct 8, 2023
1 parent 7fc514c commit 246f5ce
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 139 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ 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
Loading

0 comments on commit 246f5ce

Please sign in to comment.