Skip to content

Commit aa9b19b

Browse files
committed
Add ray as a test requirement
Signed-off-by: Julio Faracco <[email protected]>
1 parent ff075ce commit aa9b19b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Install project
7777
run: |
7878
pip install -e . --break-system-packages
79-
pip install "${{ matrix.zarr }}" --break-system-packages
79+
pip install ray "${{ matrix.zarr }}" --break-system-packages
8080
- name: Run test cases
8181
run: |
8282
pytest tests/
@@ -109,7 +109,7 @@ jobs:
109109
ssh ${{ secrets.CLUSTER_GPU_ID }} "docker stop dasf_core_github || true && docker rm -f dasf_core_github || true"
110110
- name: Update and commit the container
111111
run: |
112-
ssh ${{ secrets.CLUSTER_GPU_ID }} "nohup docker run --name dasf_core_github --gpus all -v \$HOME:/data/:rw jcfaracco/dasf:gpu sh -c 'pip3 install pytest parameterized pytest-cov pip --upgrade && rm -rf dasf-core /data/dasf-core/* && git clone https://github.com/discovery-unicamp/dasf-core.git && cd dasf-core/ && pip3 install -e . && pip install --no-dependencies --upgrade cupy_xarray && mkdir -p /data/dasf-core/ && cd -' && docker commit dasf_core_github dasf_core_github_live:latest && docker stop dasf_core_github || true && docker rm -f dasf_core_github || true"
112+
ssh ${{ secrets.CLUSTER_GPU_ID }} "nohup docker run --name dasf_core_github --gpus all -v \$HOME:/data/:rw jcfaracco/dasf:gpu sh -c 'pip3 install pytest parameterized pytest-cov pip --upgrade && rm -rf dasf-core /data/dasf-core/* && git clone https://github.com/discovery-unicamp/dasf-core.git && cd dasf-core/ && pip3 install -e . && pip install --no-dependencies --upgrade ray cupy_xarray && mkdir -p /data/dasf-core/ && cd -' && docker commit dasf_core_github dasf_core_github_live:latest && docker stop dasf_core_github || true && docker rm -f dasf_core_github || true"
113113
- name: Run test cases setup
114114
continue-on-error: true
115115
run: |

0 commit comments

Comments
 (0)