Skip to content

Commit

Permalink
WIP: conda and test env creation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sqr00t committed Apr 18, 2024
1 parent dff3a4b commit df65124
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def test_precommit(self):
def test_install(self):
"""Test `make install` command."""
with ch_dir(self.path):
shell(["conda", "deactivate"])
shell(["make", "install"])

output = "".join(shell(["bash", "-c", "source .envrc && which python"]))
Expand Down
1 change: 1 addition & 0 deletions {{ cookiecutter.repo_name }}/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
channels:
- nodefaults
- conda-forge
dependencies:
- pip
Expand Down

0 comments on commit df65124

Please sign in to comment.