Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
willdumm committed May 21, 2024
1 parent 69df815 commit a009965
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ jobs:
git clone [email protected]:matsengrp/epam.git
pwd
ls
cd epam
# - uses: mamba-org/setup-micromamba@v1
# with:
# micromamba-version: '1.5.6-0' # any version from https://github.com/mamba-org/micromamba-releases
# environment-file: environment.yml
# init-shell: bash
# cache-environment: false
# post-cleanup: 'all'
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.6-0' # any version from https://github.com/mamba-org/micromamba-releases
environment-file: epam/environment.yml
init-shell: bash
cache-environment: false
post-cleanup: 'all'

- name: Install and Test
shell: bash -l {0}
Expand Down

0 comments on commit a009965

Please sign in to comment.