Skip to content

Commit

Permalink
Fix: Typo in conda env create command
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed Jan 29, 2021
1 parent 5284b1d commit 42db3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda create -n micone -f env.yml
conda env create -n micone -f env.yml
pip install .
micone init --env micone-sparcc
- name: Lint with flake8
Expand Down

0 comments on commit 42db3e0

Please sign in to comment.