Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 0 additions & 72 deletions .badgery.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github_checks:
annotations: true
annotations: true
comment:
layout: 'reach, diff, flags, files'
layout: "reach, diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
require_changes: false # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
32 changes: 12 additions & 20 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# WARNING: Do not edit this file manually.
# Any changes will be overwritten by Copier.
_commit: v0.10.0
_src_path: gh:easyscience/templates
lib_docs_url: https://easyscience.github.io/core
lib_doi: 10.5281/zenodo.18163581
lib_package_name: easyscience
lib_python_max: '3.13'
lib_python_min: '3.11'
lib_repo_name: core
project_contact_email: support@easyscience.org
project_copyright_years: 2021-2026
project_extended_description: The foundation of the framework, providing reusable
building blocks for scientific libraries and applications aimed at making data
analysis easier
project_name: EasyScience
project_short_description: Core building blocks for EasyScience
project_shortcut: ES
project_type: lib
template_type: lib
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 1b51781
_src_path: gh:/EasyScience/EasyProjectTemplate
description: Core foundation of the EasyScience family of projects, providing the
building blocks for libraries and applications
max_python: '3.12'
min_python: '3.8'
orgname: EasyScience
packagename: easyscience
prettyname: Easyscience
projectname: EasyScience
year: 2024
50 changes: 0 additions & 50 deletions .github/actions/download-artifact/action.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/actions/github-script/action.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/actions/setup-easyscience-bot/action.yml

This file was deleted.

20 changes: 5 additions & 15 deletions .github/actions/setup-pixi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,13 @@ inputs:
environments:
description: 'Pixi environments to setup'
required: false
default: 'default'
default: 'dev'
activate-environment:
description: 'Environment to activate'
required: false
default: 'default'
default: 'dev'
run-install:
description: 'Whether to run pixi install'
required: false
default: 'true'
locked:
description: 'Whether to run pixi install --locked'
required: false
default: 'false'
frozen:
description: 'Whether to run pixi install --frozen'
description: 'Whether to run install'
required: false
default: 'true'
cache:
Expand All @@ -33,12 +25,10 @@ inputs:
runs:
using: 'composite'
steps:
- uses: prefix-dev/setup-pixi@v0.9.4
- uses: prefix-dev/setup-pixi@v0.9.0
with:
environments: ${{ inputs.environments }}
activate-environment: ${{ inputs.activate-environment }}
run-install: ${{ inputs.run-install }}
locked: ${{ inputs.locked }}
frozen: ${{ inputs.frozen }}
cache: ${{ inputs.cache }}
post-cleanup: ${{ inputs.post-cleanup }}
post-cleanup: ${{ inputs.post-cleanup }}
49 changes: 0 additions & 49 deletions .github/actions/upload-artifact/action.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/actions/upload-codecov/action.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/configs/pages-deployment.json

This file was deleted.

Loading
Loading