Skip to content

Commit

Permalink
ci: don't use conda
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney authored and madMatchstick committed Jul 11, 2024
1 parent 050bb87 commit ee33923
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/test_unit_standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,10 @@ 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: install packages
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit ee33923

Please sign in to comment.