Commit 302b6edc authored by rusty1s's avatar rusty1s
Browse files

[skip ci]

parent 1442ebbf
......@@ -33,6 +33,11 @@ jobs:
with:
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
run: |
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