"tests/git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "3d229dbaf223a797ac3bda0f21a935c29d634f03"
Commit 302b6edc authored by rusty1s's avatar rusty1s
Browse files

[skip ci]

parent 1442ebbf
...@@ -33,6 +33,11 @@ jobs: ...@@ -33,6 +33,11 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Free up disk space
if: ${{ runner.os == 'Linux' }}
run: |
sudo rm -rf /usr/share/dotnet
- name: Install Conda packages - name: Install Conda packages
run: | run: |
conda install conda-build conda-verify --yes conda install conda-build conda-verify --yes
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment