Skip to content

Commit

Permalink
Add back conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Apr 26, 2024
1 parent 251dcfa commit d9fa845
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
# - name: Install conda environment
# uses: conda-incubator/setup-miniconda@v2
# with:
# activate-environment: singe-test
# environment-file: tests/environment.yml
# auto-activate-base: false
# miniconda-version: 'latest'
- name: Install conda environment
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: singe-test
environment-file: tests/environment.yml
auto-activate-base: false
miniconda-version: 'latest'
# - name: Cache MATLAB runtime installer
# id: cache-installer
# uses: actions/cache@v1
Expand Down

0 comments on commit d9fa845

Please sign in to comment.