Skip to content

Commit 45e75de

Browse files
Fix
1 parent d953289 commit 45e75de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ta-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ jobs:
201201
202202
# Add to commit
203203
if [[ "${{ github.event.inputs.run_pipelines }}" == "true" ]]; then
204-
echo "Adding UCC, pyproject.toml and poetry.lock to commit"
205-
git add pyproject.toml poetry.lock *.whl
204+
echo "Adding UCC, requirements_ucc.txt, pyproject.toml and poetry.lock to commit"
205+
git add pyproject.toml requirements_ucc.txt poetry.lock *.whl
206206
fi
207207
- name: Run ucc-gen build in Target Add-on
208208
working-directory: TA

0 commit comments

Comments
 (0)