Skip to content

Commit

Permalink
Fix typo in environment file specification
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Feb 23, 2024
1 parent 555b654 commit 5fdbf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
environment_file: conda_environment.yml
environment-file: conda_environment.yml
channel-priority: true
- name: Install pip dependencies
shell: bash -el {0} # this is necessary to activate the conda env
Expand Down

0 comments on commit 5fdbf45

Please sign in to comment.