Skip to content
Snippets Groups Projects

fix(CI/CD): install osmclient requirements.txt and set version to v9.0

Merged adecoa requested to merge fix_client_install_v9.0 into v9.0
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -10,7 +10,6 @@ publish-repository:
- git submodule update
- python3 -m pip install wheel pyang pyangbind
- git clone --branch v9.0 https://osm.etsi.org/gerrit/osm/IM.git
- pip3 install -r IM/requirements.txt
- pip3 install IM/
- git clone --branch v9.0 https://osm.etsi.org/gerrit/osm/osmclient.git
- pip3 install -r osmclient/requirements.txt
@@ -40,7 +39,6 @@ build-local-repository:
- git submodule update
- python3 -m pip install wheel pyang pyangbind
- git clone --branch v9.0 https://osm.etsi.org/gerrit/osm/IM.git
- pip3 install -r IM/requirements.txt
- pip3 install IM/
- git clone --branch v9.0 https://osm.etsi.org/gerrit/osm/osmclient.git
- pip3 install -r osmclient/requirements.txt
Loading