Skip to content

Commit

Permalink
Try v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bkille committed Jun 28, 2024
1 parent 8226c99 commit 7c78693
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.2.0
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: ./lemur.yml
activate-environment: lemur-env
python-version: 3.9
miniconda-version: "latest"

- name: Create output folder
run: |
Expand Down

0 comments on commit 7c78693

Please sign in to comment.