File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,14 @@ jobs:
2626 steps :
2727 - name : Checkout repository
2828 uses : actions/checkout@v5
29+ with :
30+ path : python-ng
2931
3032 - name : Setup Conan client
3133 uses : conan-io/setup-conan@v1
3234
3335 - name : Setup Python NG
34- run : pip install -e .
36+ run : pip install -e ./python-ng
3537
3638 - name : Checkout conan-center-index
3739 uses : actions/checkout@v5
4244
4345 - name : Validate Python-NG patch application
4446 working-directory : conan-center-index/recipes
45- run : bash tests/scripts/validate-cci-patch-ng.sh
47+ run : bash "${GITHUB_WORKSPACE}/python-ng/ tests/scripts/validate-cci-patch-ng.sh"
Original file line number Diff line number Diff line change 1- name : Main workflow
1+ name : Python Patch-NG Tests
22
33on :
44 push :
You can’t perform that action at this time.
0 commit comments