diff --git a/.github/workflows/automated_tests.yml b/.github/workflows/automated_tests.yml index c253dfb..84de0d0 100644 --- a/.github/workflows/automated_tests.yml +++ b/.github/workflows/automated_tests.yml @@ -12,7 +12,9 @@ jobs: with: distribution: 'zulu' # See 'Supported distributions' for available options java-version: '11' - - uses: conda-incubator/setup-miniconda@v2 + - uses: mamba-org/provision-with-micromamba@v16 + with: + cache-env: true - name: Install dependencies run: | apt-get update && apt-get --assume-yes install wget make procps software-properties-common