Unverified Commit 130124a3 authored by Mike Henry's avatar Mike Henry Committed by GitHub
Browse files

Cleanup Conda Env on Mac Mini (#3371)

* Try older miniforge version

Use miniforge version that was known to be working

* ci bump

* switch back to using latest miniforge3 + cleanup miniconda folder at the end of testing for the self-hosted runner'

* ci bump

* ci bump
parent 92c6dbb3
......@@ -299,6 +299,12 @@ jobs:
cd build/python/tests
python -m pytest -v -n 2
- name: "Cleanup self-hosted runner (M1)"
shell: bash -l {0}
if: matrix.os == 'M1-arm64'
run: |
rm -rf /Users/runner/miniconda3/*
windows:
runs-on: windows-latest
name: ${{ matrix.name }}
......
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