Skip to content

Commit

Permalink
Pass the distro env var
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq committed May 21, 2024
1 parent 9aee9a4 commit fd74528
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
- name: Create conda yaml
run: |
bash utilities/ci/get-dependencies.sh ${{ vars.DISTRO }} ${{ steps.fetch-tags.outputs.latest-dev-tag }}
bash utilities/ci/get-dependencies.sh "$DISTRO" ${{ steps.fetch-tags.outputs.latest-dev-tag }}
cat environment.yml
env:
DISTRO: ${{ vars.DISTRO }}

- name: Setup miniconda
uses: conda-incubator/setup-miniconda@v3
Expand Down

0 comments on commit fd74528

Please sign in to comment.