Skip to content

Commit

Permalink
Don't work on specific env
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahlanzrath committed Dec 6, 2024
1 parent 7dcacbc commit 39f91ee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

env:
CONDA_FILE: environment.yml
CACHE_NUMBER: 0 # Increment to force cache invalidation
CACHE_NUMBER: 1 # Increment to force cache invalidation

steps:

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Initialize Conda for Shell
run: |
if [[ "${{ runner.os }}" == "Windows" ]]; then
call C:\\Users\\runneradmin\\miniconda3\\condabin\\conda.bat
source C:\\Users\\runneradmin\\miniconda3\\etc\\profile.d\\conda.sh
else
eval "$(conda shell.bash hook)"
fi
Expand All @@ -73,10 +73,8 @@ jobs:
miniforge-version: latest
use-mamba: true
environment-file: ${{ env.CONDA_FILE }}
activate-environment: cadet-process
channels: conda-forge
conda-remove-defaults: true
auto-activate-base: false
if: steps.restore-cache.outputs.cache-hit != 'true'

- name: Save Cache if not hit
Expand Down

0 comments on commit 39f91ee

Please sign in to comment.