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