Skip to content

Commit

Permalink
Test conda lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya committed Jan 21, 2025
1 parent e52c795 commit 36bcdc0
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/actions/setup_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,12 @@ inputs:
runs:
using: "composite"
steps:
# - name: Download Lock File
# run: wget -q https://raw.githubusercontent.com/tardis-sn/tardis/master/conda-${{ inputs.os-label }}.lock
# if: matrix.pip == true
# shell: bash

# - name: Generate Cache Key
# run: |
# file_hash=$(cat conda-${{ inputs.os-label }}.lock | shasum -a 256 | cut -d' ' -f1)
# echo "file_hash=$file_hash" >> "${GITHUB_OUTPUT}"
# id: cache-environment-key
# shell: bash

- uses: mamba-org/setup-micromamba@v1
with:
create-args: >-
conda-lock
environment-name: tardis

- name: Install packages
run: |
conda-lock install --name tardis conda-${{ inputs.os-label }}.lock
shell: bash
shell: bash -el {0}

0 comments on commit 36bcdc0

Please sign in to comment.