Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann authored Sep 22, 2023
1 parent 25c206f commit be62e6d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
with:
fetch-depth: 0

- uses: mamba-org/provision-with-micromamba@v16
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml

- name: Build distribution
id: build
Expand All @@ -43,7 +45,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: mamba-org/provision-with-micromamba@v16
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml

- name: Ensure hyp3_sdk v${{ needs.call-version-info-workflow.outputs.version }}} is pip installable
run: |
Expand Down

0 comments on commit be62e6d

Please sign in to comment.