Skip to content

Commit

Permalink
fixup! [OU-FIX] don't set up private build env that makes gevent buil…
Browse files Browse the repository at this point in the history
…d fail
  • Loading branch information
hbrunn committed Nov 18, 2024
1 parent 0679420 commit 9341821
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
run: |
sudo apt update
sudo apt install \
cython \
expect \
expect-dev \
libevent-dev \
Expand All @@ -83,8 +84,10 @@ jobs:
python3-werkzeug \
python3-yaml \
unixodbc-dev
- name: Requirements Installation
run: |
pip install wheel
pip install -q -r odoo/requirements.txt --no-build-isolation
pip install -r ./openupgrade/requirements.txt
# this is for v16 l10n_eg_edi_eta which crashes without it
Expand Down

0 comments on commit 9341821

Please sign in to comment.