mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 04:19:09 +00:00
Fix python build action
This commit is contained in:
2
.github/workflows/build-python-sdk.yml
vendored
2
.github/workflows/build-python-sdk.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd python-sdk/
|
cd python-sdk/
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -e sailpoint
|
pip install -e .
|
||||||
python validation_test.py -v
|
python validation_test.py -v
|
||||||
|
|
||||||
git config --unset-all http.https://github.com/.extraheader
|
git config --unset-all http.https://github.com/.extraheader
|
||||||
|
|||||||
Reference in New Issue
Block a user