Skip to content

Commit

Permalink
Update cd-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr authored Jan 5, 2024
1 parent c7630ea commit 4364d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
for file in *.tar.gz;
do
tar xzf "$file";
pip install ${plugin_name}-*/.
python -m pip install ${plugin_name}-*/.
done
rm *.tar.gz
Expand Down

0 comments on commit 4364d08

Please sign in to comment.