diff --git a/.copier-answers.yml b/.copier-answers.yml index eb80bec9..cf30ee68 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,6 +1,6 @@ # Changes here will be overwritten by Copier AddMacToCI: true -AddWinToCI: false +AddWinToCI: true AuthorEmail: abel.s.siqueira@gmail.com AuthorName: Abel Soares Siqueira JuliaMinVersion: '1.6' diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index ee61d612..a8d8bc9a 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -38,7 +38,7 @@ jobs: os: - ubuntu-latest - macOS-latest - #- windows-latest + - windows-latest arch: - x64 allow_failure: [false] diff --git "a/template/{% if License == \"Apache-2.0\" %}LICENSE{% endif %}.jinja" b/template/{% if License == 'Apache-2.0' %}LICENSE{% endif %}.jinja similarity index 100% rename from "template/{% if License == \"Apache-2.0\" %}LICENSE{% endif %}.jinja" rename to template/{% if License == 'Apache-2.0' %}LICENSE{% endif %}.jinja diff --git "a/template/{% if License == \"GPL-3.0\" %}LICENSE{% endif %}.jinja" b/template/{% if License == 'GPL-3.0' %}LICENSE{% endif %}.jinja similarity index 100% rename from "template/{% if License == \"GPL-3.0\" %}LICENSE{% endif %}.jinja" rename to template/{% if License == 'GPL-3.0' %}LICENSE{% endif %}.jinja diff --git "a/template/{% if License == \"MIT\" %}LICENSE{% endif %}.jinja" b/template/{% if License == 'MIT' %}LICENSE{% endif %}.jinja similarity index 100% rename from "template/{% if License == \"MIT\" %}LICENSE{% endif %}.jinja" rename to template/{% if License == 'MIT' %}LICENSE{% endif %}.jinja diff --git "a/template/{% if License == \"MPL-2.0\" %}LICENSE{% endif %}.jinja" b/template/{% if License == 'MPL-2.0' %}LICENSE{% endif %}.jinja similarity index 100% rename from "template/{% if License == \"MPL-2.0\" %}LICENSE{% endif %}.jinja" rename to template/{% if License == 'MPL-2.0' %}LICENSE{% endif %}.jinja