Skip to content

Commit

Permalink
remove setup.py reference in postbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelynsmale authored and jhkennedy committed Jan 11, 2023
1 parent 4551969 commit 92e5a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postBuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# This file is used by Binder to install this repo into the binder environment
# https://mybinder.readthedocs.io/en/latest/using/config_files.html#postbuild-run-code-after-installing-the-environment
# Notably, providing an environment.yml file means pip files (requirements.txt and setup.py) are ignored
# Notably, providing an environment.yml file means pip files (requirements.txt and pyproject.toml) are ignored

python -m pip install -e .[develop]

0 comments on commit 92e5a36

Please sign in to comment.