Skip to content

Commit

Permalink
exploratory
Browse files Browse the repository at this point in the history
  • Loading branch information
willdumm committed May 21, 2024
1 parent e961436 commit 69df815
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,19 @@ jobs:
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: environment.yml
# init-shell: bash
# cache-environment: false
# post-cleanup: 'all'

- name: Install and Test
shell: bash -l {0}
run: |
pwd
ls
cd main
pip install .
make test

0 comments on commit 69df815

Please sign in to comment.