We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63f229 commit dc19235Copy full SHA for dc19235
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Get the skips file
22
run: |
23
pushd /tmp
24
- git clone --depth 1 git@github.com:data-apis/array-api-strict.git
+ git clone --depth 1 https://github.com/data-apis/array-api-strict.git
25
ls -l /tmp/array_api_strict
26
popd
27
- name: Install dependencies
0 commit comments