We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1db14 commit e9986edCopy full SHA for e9986ed
2 files changed
.github/workflows/conan-center-index.yml
@@ -26,14 +26,12 @@ jobs:
26
steps:
27
- name: Checkout repository
28
uses: actions/checkout@v5
29
- with:
30
- path: patch-ng-repo
31
32
- name: Setup Conan client
33
uses: conan-io/setup-conan@v1
34
35
- name: Setup Python NG
36
- run: pip install -e patch-ng-repo
+ run: pip install -e .
37
38
- name: Checkout conan-center-index
39
@@ -44,4 +42,4 @@ jobs:
44
42
45
43
- name: Validate Python-NG patch application
46
working-directory: conan-center-index/recipes
47
- run: bash scripts-repo/.github/scripts/validate-cci-patch-ng.sh
+ run: bash tests/scripts/validate-cci-patch-ng.sh
.github/scripts/validate-cci-patch-ng.sh tests/scripts/validate-cci-patch-ng.sh.github/scripts/validate-cci-patch-ng.sh renamed to tests/scripts/validate-cci-patch-ng.sh
0 commit comments