Skip to content

Commit 674d04a

Browse files
committed
Updated references to stump-dev (migration)
1 parent 289494a commit 674d04a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/check-url-links-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: "startsWith(steps.python.outputs.version, env.req-python-version)"
2323
uses: actions/checkout@v4
2424
with:
25-
repository: TDAmeritrade/stumpy
25+
repository: stumpy-dev/stumpy
2626
- name: Install STUMPY And Other Dependencies
2727
run: python -m pip install --editable .[ci]
2828
shell: bash

.github/workflows/numba-python-compatibility-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: "startsWith(steps.python.outputs.version, env.req-python-version)"
3434
uses: actions/checkout@v4
3535
with:
36-
repository: TDAmeritrade/stumpy
36+
repository: stumpy-dev/stumpy
3737
- name: Install STUMPY And Other Dependencies
3838
if: "startsWith(steps.python.outputs.version, env.req-python-version)"
3939
run: python -m pip install --editable .[ci] 2> stderr.txt || true
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ failure() && steps.unittests.conclusion != 'failure' }}
5959
run: |
6060
curl --request POST \
61-
--url https://api.github.com/repos/TDAmeritrade/stumpy/issues \
61+
--url https://api.github.com/repos/stumpy-dev/stumpy/issues \
6262
--header 'Authorization: token ${{ secrets.ACCESS_TOKEN }}' \
6363
--header 'Content-Type: application/json' \
6464
--data '{

.github/workflows/numba-release-candidate-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: "startsWith(steps.python.outputs.version, env.req-python-version)"
2929
uses: actions/checkout@v4
3030
with:
31-
repository: TDAmeritrade/stumpy
31+
repository: stumpy-dev/stumpy
3232
- name: Install STUMPY And Other Dependencies
3333
run: python -m pip install --editable .[ci]
3434
shell: bash

.github/workflows/ray-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout STUMPY
1414
uses: actions/checkout@v4
1515
with:
16-
repository: TDAmeritrade/stumpy
16+
repository: stumpy-dev/stumpy
1717
- name: Get Required Python Version
1818
id: python
1919
run: |
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout STUMPY Again
3535
uses: actions/checkout@v4
3636
with:
37-
repository: TDAmeritrade/stumpy
37+
repository: stumpy-dev/stumpy
3838
- name: Install STUMPY And Other Dependencies
3939
run: python -m pip install --editable .[ci]
4040
shell: bash

0 commit comments

Comments
 (0)