Skip to content

Commit

Permalink
Fix env name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvey3 committed Dec 5, 2023
1 parent 6956e28 commit 083d466
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 @@ -29,7 +29,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: dolfyn-env
activate-environment: dolfyn-dev
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
auto-update-conda: true
Expand Down

0 comments on commit 083d466

Please sign in to comment.