Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajepe committed Oct 27, 2024
1 parent ce708c9 commit 90aad2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
- name: Download and set up Odoo 17.0
run: |
wget https://nightly.odoo.com/17.0/nightly/src/odoo_17.0.latest.tar.gz
tar -xzf odoo_17.0.latest.tar.gz
mv odoo-17.0 odoo
git clone https://github.com/odoo/odoo -b 17.0 --depth 1 odoo
pip install -r odoo/requirements.txt
- name: Run Odoo tests
Expand Down

0 comments on commit 90aad2d

Please sign in to comment.