Skip to content

Commit 33fe76f

Browse files
committed
Minor change
1 parent 6dbfc4f commit 33fe76f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ray-actions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
- name: Upgrade Pip
3232
run: python -m pip install --upgrade pip
3333
shell: bash
34+
- name: Checkout STUMPY Again
35+
uses: actions/checkout@v4
36+
with:
37+
repository: TDAmeritrade/stumpy
3438
- name: Install STUMPY And Other Dependencies
3539
run: python -m pip install --editable .[ci]
3640
shell: bash

0 commit comments

Comments
 (0)