Skip to content

Commit

Permalink
Try using conda-index instead
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 4, 2024
1 parent 12b203b commit 4b8957c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

jobs:
build:
name: Build package from push (${{ matrix.os }})
name: ${{ env.RUN_BUILD_JOB == 'true' && '' || 'Skip ' }}Build package from push (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
run-id: ${{ env.RUN_ID }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Lisst items in current directory
- name: List items in current directory
run: |
ls .
ls -R build
Expand All @@ -164,7 +164,7 @@ jobs:

- name: Create conda channel from artifact
run:
conda index $(pwd)/build
conda-index $(pwd)/build

- name: Create conda environment
run: conda create -y -n sleap_test -c file://$(pwd)/build ${{ matrix.conda-channels }} sleap
Expand Down

0 comments on commit 4b8957c

Please sign in to comment.