Skip to content

Commit 6920a20

Browse files
[IMP] Repo update
1 parent d43ce08 commit 6920a20

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.copier-answers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ enable_checklog_odoo: false
77
generate_requirements_txt: true
88
github_check_license: true
99
github_ci_extra_env:
10-
"PIP_INDEX_URL": "https://pypi.org/simple/"
10+
PIP_INDEX_URL: https://pypi.org/simple/
1111
github_enable_codecov: true
1212
github_enable_makepot: false
1313
github_enable_stale_action: true
@@ -24,3 +24,4 @@ repo_slug: sy-partner-contact
2424
repo_website: https://github.com/sygel-technology/sy-partner-contact
2525
use_pyproject_toml: false
2626
use_ruff: false
27+

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ports:
5151
- 5432:5432
5252
env:
53-
"PIP_INDEX_URL": "https://pypi.org/simple/"
53+
PIP_INDEX_URL: "https://pypi.org/simple/"
5454
steps:
5555
- uses: actions/checkout@v3
5656
with:

0 commit comments

Comments
 (0)