From bd71ae8733129c7f8d438fc6f4e2360987a10ccc Mon Sep 17 00:00:00 2001 From: devsjc Date: Tue, 26 Sep 2023 13:55:59 +0100 Subject: [PATCH] Update ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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