File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
- name : Install project
77
77
run : |
78
78
pip install -e . --break-system-packages
79
- pip install "${{ matrix.zarr }}" --break-system-packages
79
+ pip install ray "${{ matrix.zarr }}" --break-system-packages
80
80
- name : Run test cases
81
81
run : |
82
82
pytest tests/
@@ -109,7 +109,7 @@ jobs:
109
109
ssh ${{ secrets.CLUSTER_GPU_ID }} "docker stop dasf_core_github || true && docker rm -f dasf_core_github || true"
110
110
- name : Update and commit the container
111
111
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"
113
113
- name : Run test cases setup
114
114
continue-on-error : true
115
115
run : |
You can’t perform that action at this time.
0 commit comments