mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-23 06:37:15 +00:00
fix: [python requirements] rename file
This commit is contained in:
parent
9b66fa703f
commit
97fa1ddca4
3 changed files with 2 additions and 8 deletions
|
@ -145,15 +145,9 @@
|
|||
extra_args: --upgrade
|
||||
virtualenv: /opt/AIL-framework/AILENV
|
||||
|
||||
- name: Install pip requirements
|
||||
pip:
|
||||
requirements: /opt/AIL-framework/pip_packages_requirement.txt
|
||||
extra_args: --upgrade
|
||||
virtualenv: /opt/AIL-framework/AILENV
|
||||
|
||||
- name: Install pip3 requirements
|
||||
pip:
|
||||
requirements: /opt/AIL-framework/pip3_packages_requirement.txt
|
||||
requirements: /opt/AIL-framework/requirements.txt
|
||||
executable: pip3
|
||||
extra_args: --upgrade
|
||||
|
||||
|
|
|
@ -99,7 +99,7 @@ mkdir -p $AIL_HOME/PASTES
|
|||
|
||||
pip3 install -U pip
|
||||
pip3 install 'git+https://github.com/D4-project/BGP-Ranking.git/@7e698f87366e6f99b4d0d11852737db28e3ddc62#egg=pybgpranking&subdirectory=client'
|
||||
pip3 install -U -r pip3_packages_requirement.txt
|
||||
pip3 install -U -r requirements.txt
|
||||
|
||||
# Pyfaup
|
||||
pushd faup/src/lib/bindings/python/
|
||||
|
|
Loading…
Reference in a new issue