Skip to content

Commit b6ac63e

Browse files
committed
(test) remove python from old runs
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
1 parent 4b5e9da commit b6ac63e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/reusable-windows-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
uses: eProsima/eProsima-CI/external/upload-artifact@v0
184184
with:
185185
name: fastdds_python_build_${{ inputs.label }}
186-
path: ${{ github.workspace }}
186+
path: ${{ github.workspace }}/install
187187

188188

189189
fastdds_python_test:
@@ -196,6 +196,12 @@ jobs:
196196
cmake-build-type:
197197
- 'RelWithDebInfo'
198198
steps:
199+
- name: Sync eProsima/Fast-DDS-Python repository
200+
uses: eProsima/eProsima-CI/external/checkout@v0
201+
with:
202+
path: src/fastdds_python
203+
ref: ${{ inputs.fastdds-python-branch }}
204+
199205
- name: Download python build artifacts
200206
uses: eProsima/eProsima-CI/external/download-artifact@v0
201207
with:

0 commit comments

Comments
 (0)