Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl committed Oct 15, 2024
1 parent a393c28 commit a9c19d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/assets/.copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_src_path: ./project
_src_path: ./
author_email: 45483159+twsl@users.noreply.github.com
author_username: twsl
copyright_holder: twsl
Expand All @@ -11,15 +11,14 @@ github_runner:
- ubuntu-latest
github_runner_python_version:
- '3.11'
- '3.12'
include_copilot: false
include_databricks: false
include_docs: true
include_notebooks: true
include_sample_code: false
line_ending: lf
primary_branch: main
project_description: ''
project_description: 'The python description'
project_name: example-project
python_package_command_line_name: example-project
python_package_distribution_name: example-project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
run: poetry install --no-interaction

- name: Test
run: poetry run copier copy -a ./.github/assets/.copier-answers.yml --force ./project ./dist
run: poetry run copier copy ./ ./dist --data-file "./.github/assets/.copier-answers.yml" -f

0 comments on commit a9c19d2

Please sign in to comment.