-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BLD: Rename environment files to end in .devenv.yml
- Loading branch information
Michael McNeil Forbes
committed
Apr 6, 2020
1 parent
ed4eefc
commit fd17d4c
Showing
3 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
name: super_hydro3 | ||
name: super_hydro | ||
channels: | ||
- defaults | ||
- conda-forge | ||
- mforbes | ||
includes: | ||
- environment.server.yml | ||
- environment.client.yml | ||
dependencies: | ||
- mmfutils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: super_hydro | ||
channels: | ||
- defaults | ||
- conda-forge | ||
- mforbes | ||
includes: | ||
- environment.server.yml | ||
- environment.client.yml | ||
dependencies: | ||
- mmfutils |