File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
docs-repo :
16
16
description : ' Repo to hold the docs'
17
17
required : false
18
- default : Transpile-AI /docs
18
+ default : ivy-llc /docs
19
19
type : string
20
20
21
21
permissions :
Original file line number Diff line number Diff line change 20
20
docs-repo :
21
21
description : ' Repo to hold the docs'
22
22
required : false
23
- default : Transpile-AI /docs
23
+ default : ivy-llc /docs
24
24
type : string
25
25
26
26
permissions :
40
40
- name : Checkout 🛎️ Doc-builder
41
41
uses : actions/checkout@v4
42
42
with :
43
- repository : Transpile-AI /doc-builder
43
+ repository : ivy-llc /doc-builder
44
44
path : .doc-builder
45
45
46
46
- name : Install apt dependencies
Original file line number Diff line number Diff line change 4
4
url = https://github.com/data-apis/array-api-tests.git
5
5
[submodule "docs/demos "]
6
6
path = docs/demos
7
- url = https://github.com/Transpile-AI /demos.git
7
+ url = https://github.com/ivy-llc /demos.git
Original file line number Diff line number Diff line change 33
33
rev : v1.7.5
34
34
hooks :
35
35
- id : docformatter
36
- - repo : https://github.com/Transpile-AI /lint-hook
36
+ - repo : https://github.com/ivy-llc /lint-hook
37
37
rev : a72ffb17562d919311653d7f593cb537d1245c19
38
38
hooks :
39
39
- id : ivy-lint
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN apt-get update && \
39
39
40
40
41
41
# Install Ivy Upstream
42
- RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI /ivy --depth 1 && \
42
+ RUN git clone --progress --recurse-submodules https://github.com/ivy-llc /ivy --depth 1 && \
43
43
cd ivy && \
44
44
cd ivy_tests/array_api_testing/test_array_api && \
45
45
pip3 install --no-cache-dir -r requirements.txt
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN apt-get update && \
58
58
59
59
60
60
# install Ivy Upstream
61
- RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI /ivy --depth 1 && \
61
+ RUN git clone --progress --recurse-submodules https://github.com/ivy-llc /ivy --depth 1 && \
62
62
cd ivy && \
63
63
cd ivy_tests/array_api_testing/test_array_api && \
64
64
pip3 install --no-cache-dir -r requirements.txt
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN apt-get update && \
32
32
33
33
34
34
# Install Ivy Upstream
35
- RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI /ivy --depth 1 && \
35
+ RUN git clone --progress --recurse-submodules https://github.com/ivy-llc /ivy --depth 1 && \
36
36
cd ivy && \
37
37
cd ivy_tests/array_api_testing/test_array_api && \
38
38
pip3 install --no-cache-dir -r requirements.txt
You can’t perform that action at this time.
0 commit comments