Skip to content

Commit

Permalink
[FIX] pyproject.toml en PRs no mergeados todavía por la OCA
Browse files Browse the repository at this point in the history
  • Loading branch information
zamberjo committed Jan 25, 2024
1 parent 094bcf9 commit cb499cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/.github/workflows/au_install_addons.sh.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ if test -f "OCA_own_dependencies.txt"; then
fi
echo "Making '${module}' available..."
mv ${repo}/${module} .
pushd ${module}
pipx run whool init;
popd
cp $(basename $(pwd))/pyproject.toml ${module}/pyproject.toml
rm -fr ${repo};
done
fi

0 comments on commit cb499cf

Please sign in to comment.