We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Good day,
I'm trying to add requirements.txt file as skip key:
$ cat Bakefile localdev/foo: @skip=foo/requirements.txt pip install -r foo/requirements.txt $ foo/requirements.txt
However for some reason bake keeps running pip install... every time:
bake
pip install...
Am I missing something here?
Env: Ubuntu 16.04, Python 3.7.4
$ pipenv graph bake-cli==0.12.0 - click [required: Any, installed: 7.0] - colorama [required: Any, installed: 0.4.1] - delegator.py [required: Any, installed: 0.1.1] - pexpect [required: >=4.1.0, installed: 4.7.0] - ptyprocess [required: >=0.5, installed: 0.6.0] - networkx [required: Any, installed: 2.3] - decorator [required: >=4.3.0, installed: 4.4.0] - pygments [required: Any, installed: 2.4.2]
The text was updated successfully, but these errors were encountered:
Minor bug — need to get it fixed. Do you have multiple skips configured?
Sorry, something went wrong.
Nope. Just a single one. The posted Bakefile is a full reproduction.
No branches or pull requests
Good day,
I'm trying to add requirements.txt file as skip key:
However for some reason
bake
keeps runningpip install...
every time:Am I missing something here?
Env: Ubuntu 16.04, Python 3.7.4
The text was updated successfully, but these errors were encountered: