Skip to content

Commit

Permalink
pin versions to check for conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRa42 committed Nov 5, 2024
1 parent ce8ed61 commit 207ea3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: write

env:
SKIP_DEPLOY: false
SKIP_DEPLOY: true
SKIP_INSTALL: false
SKIP_TEST: false

Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
if: env.SKIP_INSTALL == 'false'
run: |
source $HOME/miniconda/bin/activate
mamba update -n base
mamba install -n base conda=24.9.1 mamba=1.5.9
mamba info
mamba env remove --name sarvey_testinstall --yes || echo "Environment sarvey_testinstall does not exist"
pip install conda-merge
Expand Down

0 comments on commit 207ea3d

Please sign in to comment.