Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imanbabaei authored Apr 28, 2022
1 parent 53267cb commit 0f22d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Install Python Dependencies
command: |
echo 'export PATH=~$PATH:~/.local/bin' >> $BASH_ENV && source $BASH_ENV
pip install --user -r SysID Addon/requirements.txt
pip install --user -r "SysID Addon"/requirements.txt
# - snyk/scan
workflows:
test_my_app:
Expand Down

0 comments on commit 0f22d94

Please sign in to comment.