mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +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
|
sed -i 's/version="\([^"]*\)"/version="\1${{ steps.version.outputs.version }}"/' setup.py
|
||||||
echo "Before requirements.txt modification:"
|
echo "Before requirements.txt modification:"
|
||||||
cat requirements.txt
|
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:"
|
echo "After requirements.txt modification:"
|
||||||
cat requirements.txt
|
cat requirements.txt
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue