Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Mar 6, 2024
1 parent 9e1ff0e commit bcc336b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
with:
miniconda-version: "latest"
# environment-file: conda-linux-64.lock; waiting for conda update
envorinment-file: environment.yml
environment-file: environment.yml
use-only-tar-bz2: true
auto-activate-base: true
activate-environment: ""


- name: Echo environment
run: |
echo "CONDA_PREFIX: " $CONDA_PREFIX
Expand Down

0 comments on commit bcc336b

Please sign in to comment.