Skip to content

Commit

Permalink
fixup! fixup! fixup! [FIX] tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Jul 18, 2023
1 parent e936254 commit 0baee9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ jobs:
# TODO: remove the pyyaml pin when 5.4.2 or a patched 5.4.1 exist that don't break with cython 3.0.0
pip install 'pyyaml<=5.3.1'
pip install git-aggregator
pushd /tmp
cd /tmp
gitaggregate -c $GITHUB_WORKSPACE/repos.yml
find . -maxdepth 3 -mindepth 3 -name __manifest__.py -exec sh -c "ln -rs \$(dirname '{}') $ADDONS_DIR/" \;
popd
echo "addons_path=${ADDONS_PATH},${ADDONS_DIR}" >> ${ODOO_RC}
cd $GITHUB_WORKSPACE
cat ${ODOO_RC}
- name: Check licenses
run: manifestoo -d . check-licenses
Expand Down

0 comments on commit 0baee9e

Please sign in to comment.