mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
remove double quotes
This commit is contained in:
parent
d8c9798ca8
commit
63232d7771
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-to-test-pypi.yml
vendored
2
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
|||
sed -i 's/version="\([^"]*\)"/version="\1${{ steps.version.outputs.version }}"/' setup.py
|
||||
echo "Before requirements.txt modification:"
|
||||
cat requirements.txt
|
||||
sed -i 's/llama-stack-client\([>=]\+\)"\([^"]*\)"/llama-stack-client=="\2${{ steps.version.outputs.version }}"/' requirements.txt
|
||||
sed -i 's/llama-stack-client\([>=]\+\)\([^"]*\)/llama-stack-client==\2${{ steps.version.outputs.version }}/' requirements.txt
|
||||
echo "After requirements.txt modification:"
|
||||
cat requirements.txt
|
||||
- name: Set up Python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue