We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6486746 commit 569f371Copy full SHA for 569f371
.github/workflows/scripts/test_install
@@ -41,7 +41,7 @@ log_file="$3"
41
pkg_name='@stdlib/stdlib'
42
43
# Define the package repository:
44
-pkg_github_url='https://github.com/stdlib-js/stdlib'
+pkg_github_url='git+https://git@github.com/stdlib-js/stdlib.git'
45
46
# Define the repository tag/commit/branch to install:
47
pkg_github_tag='develop'
0 commit comments