Skip to content

Commit

Permalink
upd: github workflow: install docker-compose action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tardo committed Aug 29, 2023
1 parent ac4afca commit 377f1f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
strategy:
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- "3.10"
- 3.11
odoo-version:
- 7.0
- 8.0
Expand All @@ -59,6 +59,7 @@ jobs:
- name: Install Compose
uses: ndeloof/install-compose-action@c036dce35dc2a23597c03aa05f32347b2cfa0437
with:
version: v2.20.3
legacy: false # force V2
- name: Generate cache key CACHE
run:
Expand Down

0 comments on commit 377f1f8

Please sign in to comment.