diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b62f305..c0b298f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ concurrency: jobs: # Define a dependencies job that runs on all branches and PRs # * Installs dependencies and caches them -build-venv: + build-venv: runs-on: ubuntu-latest container: quay.io/condaforge/miniforge3:latest