Skip to content

Commit e1eb1d1

Browse files
committed
download and install pyavd from artifacts
1 parent 4305eac commit e1eb1d1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/pull-request-management.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,16 @@ jobs:
314314
- name: Move Wheel Package to Build Context
315315
run: |
316316
mv /tmp/wheels $GITHUB_WORKSPACE
317+
WHEELS_PATH=$(realpath ./wheels/*.whl)
318+
git add $WHEELS_PATH
319+
git commit -m "wheel package"
317320
- name: Get Full Path of Wheels Directory
318321
run: |
319322
WHEELS_PATH=$(realpath ./wheels/*.whl)
320323
echo "wheel_path=$WHEELS_PATH" >> $GITHUB_ENV
321-
# - name: Use Full Path
322-
# run: |
323-
# echo "The wheels directory is at: $WHEELS_PATH"
324+
- name: Use Full Path
325+
run: |
326+
echo "The wheels directory is at: $WHEELS_PATH"
324327
- name: Set up Docker Buildx
325328
uses: docker/setup-buildx-action@v3
326329
- name: Build and push PyAVD Image

0 commit comments

Comments
 (0)