Skip to content

Commit

Permalink
fixup! fix: error on print report
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Sep 26, 2024
1 parent 0635c1f commit 637986f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
odoo_serie: ["12.0", "13.0", "14.0", "15.0", "16.0", "17.0"]
#odoo_serie: ["12.0", "13.0", "14.0", "15.0", "16.0", "17.0"]
odoo_serie: ["17.0"]

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion install/setup-pip.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
set -eo pipefail

# Install pip with ensuire pip
python -m ensurepip
cat << EOF > /etc/pip.conf
[global]
# counter-intuitively, false means that we enable 'no-cache-dir'
Expand Down

0 comments on commit 637986f

Please sign in to comment.