mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+2
-2
@@ -23,8 +23,8 @@ if [[ ! -z "$CI" ]]; then
|
||||
|
||||
pip install -e "$(pwd)" --upgrade --upgrade-strategy=only-if-needed
|
||||
pipenv install --deploy --system --dev
|
||||
TAP_OUPUT=1
|
||||
export TAP_OUPUT
|
||||
TAP_OUTPUT="1"
|
||||
export TAP_OUTPUT
|
||||
|
||||
else
|
||||
# Otherwise, assume MacOS…
|
||||
|
||||
Reference in New Issue
Block a user