Skip to content

Commit

Permalink
attempting to fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Dec 16, 2023
1 parent bbe6cec commit ed67857
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/LinuxEnvironmentSetup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ runs:
- name: Setup conda
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: 23.10.0
miniconda-version: "latest"
activate-environment: test
environment-file: test/pytest/environment.yml
python-version: 3.10

- name: Activate Env
shell: bash -l {0}
Expand Down

0 comments on commit ed67857

Please sign in to comment.