Skip to content

Commit

Permalink
adjust shell name
Browse files Browse the repository at this point in the history
  • Loading branch information
karkir0003 committed Oct 7, 2023
1 parent a93915a commit d65d66c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ jobs:
use-mamba: true
activate-environment: dlp
run-post: false
#use-only-tar-bz2: true

# - uses: conda-incubator/setup-miniconda@v2
# with:
Expand Down Expand Up @@ -198,6 +197,6 @@ jobs:
conda env list
pwd
cd training && poetry run pytest tests
shell: bash -el {0}
shell: bash -l {0}
#shell: micromamba-shell {0}

0 comments on commit d65d66c

Please sign in to comment.