We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc4894 commit 4724b0eCopy full SHA for 4724b0e
.github/workflows/aws-dev.yml
@@ -59,7 +59,7 @@ jobs:
59
PIP_CONFIG_FILE: /tmp/pip/pip.conf
60
run: |
61
cd python-sdk/fed-interest-rate-target
62
- pip3 install -r --pre requirements.txt
+ pip3 install --pre -r requirements.txt
63
python3 predict.py
64
65
0 commit comments