Skip to content

Commit

Permalink
test command
Browse files Browse the repository at this point in the history
  • Loading branch information
drewgilliam committed Jun 16, 2022
1 parent 86a0bbc commit 3c1e7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test:
# https://github.com/pypa/pipenv/pull/4944
# https://github.com/pypa/pipenv/issues/4909
- echo "CI=${CI}, TF_BUILD=${TF_BUILD}"
- CI=1 python -c "print(os.environ.get('CI')); import pipenv"
- CI=1 python -c "import os; print(os.environ.get('CI')); import pipenv"
- pipenv --help

about:
Expand Down

0 comments on commit 3c1e7ff

Please sign in to comment.