Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya committed Jan 21, 2025
1 parent b2f3e31 commit 7f7cfb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/actions/setup_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ runs:
create-args: >-
conda-lock
environment-name: tardis
init-shell: bash

- name: Install packages
run: |
conda-lock install --name tardis conda-${{ inputs.os-label }}.lock
shell: bash -el {0}
micromamba activate tardis
shell: bash -el {0}
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup LFS
uses: ./.github/actions/setup_lfs

- name: Setup environment
uses: ./.github/actions/setup_env
with:
os-label: ${{ matrix.label }}

- name: Setup LFS
uses: ./.github/actions/setup_lfs

- name: Install package editable
if: ${{ !inputs.pip_git }}
run: |
Expand Down

0 comments on commit 7f7cfb0

Please sign in to comment.