We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d953289 commit 45e75deCopy full SHA for 45e75de
.github/workflows/ta-tests.yml
@@ -201,8 +201,8 @@ jobs:
201
202
# Add to commit
203
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
+ echo "Adding UCC, requirements_ucc.txt, pyproject.toml and poetry.lock to commit"
+ git add pyproject.toml requirements_ucc.txt poetry.lock *.whl
206
fi
207
- name: Run ucc-gen build in Target Add-on
208
working-directory: TA
0 commit comments