Skip to content

Commit

Permalink
Remove conda index and use full build path
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Aug 16, 2024
1 parent 824f533 commit 0b8b573
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
name: ${{ env.NAME }}
if-no-files-found: error
path: ./build/noarch/um2nc-*.tar.bz2
path: ./build

tests:
name: Tests
Expand Down Expand Up @@ -84,7 +84,6 @@ jobs:
- name: Install conda package
shell: bash -l {0}
run: |
conda index ${{ env.ARTIFACT_LOCATION }}
conda install -c file:///${{ env.ARTIFACT_LOCATION }} um2nc
- name: List installed packages
Expand Down

0 comments on commit 0b8b573

Please sign in to comment.