Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
karkir0003 committed Oct 7, 2023
1 parent 9207ac4 commit b6b7ef2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:


- name: Install Mamba Env
if: steps.cached-mamba-env.outputs.cache-hit != 'true'
uses: conda-incubator/setup-miniconda@v2
with:
environment-file: training/environment.yml
Expand Down Expand Up @@ -89,7 +88,6 @@ jobs:


- name: Install Mamba Env
if: steps.cached-mamba-env.outputs.cache-hit != 'true'
uses: conda-incubator/setup-miniconda@v2
with:
environment-file: training/environment.yml
Expand Down

0 comments on commit b6b7ef2

Please sign in to comment.