Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/GrossfieldLab/loos
Browse files Browse the repository at this point in the history
  • Loading branch information
agrossfield committed Nov 7, 2024
2 parents 4e40898 + d047fa1 commit 88e8adf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# OS X no longer has conda by default, although linux does
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
activate-environment: anaconda-client-env

# Runs a set of commands using the runners shell
- name: Run conda_build.sh
Expand Down

0 comments on commit 88e8adf

Please sign in to comment.