Skip to content

Commit

Permalink
add conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolson committed Feb 4, 2025
1 parent 15420fb commit 8ff3be2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
with:
ref: ${{ github.event.inputs.ref }}
repository: ${{ github.event.inputs.repository }}
submodules: recursive
fetch-depth: 0

- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: mhkit-docs
environment-file: environment.yml
auto-activate-base: false

- name: Setup SSH
run: |
Expand Down

0 comments on commit 8ff3be2

Please sign in to comment.