We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbfc4f commit 33fe76fCopy full SHA for 33fe76f
.github/workflows/ray-actions.yml
@@ -31,6 +31,10 @@ jobs:
31
- name: Upgrade Pip
32
run: python -m pip install --upgrade pip
33
shell: bash
34
+ - name: Checkout STUMPY Again
35
+ uses: actions/checkout@v4
36
+ with:
37
+ repository: TDAmeritrade/stumpy
38
- name: Install STUMPY And Other Dependencies
39
run: python -m pip install --editable .[ci]
40
0 commit comments