Skip to content

Commit

Permalink
path shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Aug 16, 2024
1 parent 0b8b573 commit 3916d9f
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 @@ -59,7 +59,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]

env:
ARTIFACT_LOCATION: ./conda-local
ARTIFACT_LOCATION: ${{ github.workspace }}/conda-local

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Install conda package
shell: bash -l {0}
run: |
conda install -c file:///${{ env.ARTIFACT_LOCATION }} um2nc
conda install -c file://${{ env.ARTIFACT_LOCATION }} um2nc
- name: List installed packages
shell: bash -l {0}
Expand Down

0 comments on commit 3916d9f

Please sign in to comment.