Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

Commit bb3654d

Browse files
committed
Merge pull request #6 from miraculixx/fix-pipinstall-env
include warnings library
2 parents d2812c1 + 8a51c21 commit bb3654d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/steps/pip-install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# source libraries into sub env
34
source $BIN_DIR/utils
5+
source $BIN_DIR/warnings
46

57
# change variables in all requirements files depending on wether pypiapp is set for the particular deployment
68
if [[ -z $PYPIAPP ]]; then

0 commit comments

Comments
 (0)