Skip to content

Commit

Permalink
ENV: updates shebang line to use /sh instead of /bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Hemker committed Aug 26, 2020
1 parent d4a78e0 commit 2e4dc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
conda env create -f environment.yml
conda activate sklearndf-develop
pre-commit install

0 comments on commit 2e4dc94

Please # to comment.