Skip to content

Commit

Permalink
BUG: Fix invalid environment file (#345)
Browse files Browse the repository at this point in the history
(Picked up by `pre-commit`).

Online validator: https://codebeautify.org/yaml-validator/y22f4ba39
  • Loading branch information
fepegar committed May 17, 2022
1 parent aaed5cb commit 123167d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new_project_template/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ channels:
dependencies:
- pip=20.1.1
- python=3.7.3
pip:
- pip:
- pytest==6.2.2

0 comments on commit 123167d

Please sign in to comment.