We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43ce08 commit 6920a20Copy full SHA for 6920a20
2 files changed
.copier-answers.yml
@@ -7,7 +7,7 @@ enable_checklog_odoo: false
7
generate_requirements_txt: true
8
github_check_license: true
9
github_ci_extra_env:
10
-"PIP_INDEX_URL": "https://pypi.org/simple/"
+ PIP_INDEX_URL: https://pypi.org/simple/
11
github_enable_codecov: true
12
github_enable_makepot: false
13
github_enable_stale_action: true
@@ -24,3 +24,4 @@ repo_slug: sy-partner-contact
24
repo_website: https://github.com/sygel-technology/sy-partner-contact
25
use_pyproject_toml: false
26
use_ruff: false
27
+
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
ports:
51
- 5432:5432
52
env:
53
- "PIP_INDEX_URL": "https://pypi.org/simple/"
+ PIP_INDEX_URL: "https://pypi.org/simple/"
54
steps:
55
- uses: actions/checkout@v3
56
with:
0 commit comments