From 92e5a36d79ec9da4f2c589b3263530caefcc3003 Mon Sep 17 00:00:00 2001 From: jacquelynsmale <34557291+jacquelynsmale@users.noreply.github.com> Date: Tue, 10 Jan 2023 09:55:53 -0900 Subject: [PATCH] remove setup.py reference in postbuild --- postBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postBuild b/postBuild index 5b0aba6..68e0c6e 100644 --- a/postBuild +++ b/postBuild @@ -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]