From b6265d740a5986404f6ace6b71ae5e292b0e6794 Mon Sep 17 00:00:00 2001 From: Henrik Kjedsberg Date: Thu, 26 Sep 2024 14:45:17 +0200 Subject: [PATCH] Remove unused CI code --- .github/workflows/lint_and_test.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/lint_and_test.yaml b/.github/workflows/lint_and_test.yaml index 2556859..f59c91a 100644 --- a/.github/workflows/lint_and_test.yaml +++ b/.github/workflows/lint_and_test.yaml @@ -63,16 +63,6 @@ jobs: init-shell: bash cache-environment: true -# -# - uses: conda-incubator/setup-miniconda@v3 -# with: -# mamba-version: '*' -# channels: conda-forge,vmtk -# channel-priority: flexible -# activate-environment: morphman-env -# environment-file: environment.yml -# python-version: '3.10' - - uses: actions/cache@v3 with: path: ${{ matrix.prefix }}