Skip to content

Commit

Permalink
tmp: disable conda
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Jul 10, 2024
1 parent 0ab963d commit 6c7c2cd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test_unit_standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ jobs:
uses: actions/checkout@v4

- name: setup python # ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

#- name: create conda env
# run: $CONDA/bin/conda env create -f environment.yml

- name: activate conda
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: bmi_lstm
environment-file: ./environment.yml
#python-version: ${{ matrix.python-version }}
# this may not be necessary? tbd..
auto-activate-base: false
#- name: activate conda
# uses: conda-incubator/setup-miniconda@v3
# with:
# activate-environment: bmi_lstm
# environment-file: ./environment.yml
# #python-version: ${{ matrix.python-version }}
# # this may not be necessary? tbd..
# auto-activate-base: false

- name: install packages
run: |
Expand Down

0 comments on commit 6c7c2cd

Please sign in to comment.