resolve merge conflicts
Some checks failed
CI for csaxs_bec / test (push) Failing after 4s
CI for csaxs_bec / test (pull_request) Failing after 3s

This commit is contained in:
2026-02-27 12:21:01 +01:00
parent d6686bbd0e
commit 5b8a7d8a9b
2 changed files with 4 additions and 7 deletions

View File

@@ -53,9 +53,11 @@ jobs:
ref: "${{ inputs.BEC_PLUGIN_REPO_BRANCH || github.head_ref || github.sha }}"
path: ./csaxs_bec
- name: Lint for merge conflicts
- name: Lint for merge conflicts from template updates
shell: bash
run: |
! grep -r "<<<<<<< before updating" ./
! grep -r "<<<<<<< after updating" ./
- name: Checkout BEC Core
run: git clone --depth 1 --branch "${{ inputs.BEC_CORE_BRANCH || 'main' }}" https://github.com/bec-project/bec.git ./bec

View File

@@ -5,13 +5,8 @@ build-backend = "hatchling.build"
[project]
name = "csaxs_bec"
version = "0.0.0"
<<<<<<< before updating
description = "The cSAXS plugin repository for BEC"
requires-python = ">=3.10"
=======
description = "A plugin repository for BEC"
requires-python = ">=3.11"
>>>>>>> after updating
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",