resolve merge conflicts
This commit is contained in:
@@ -53,9 +53,10 @@ jobs:
|
||||
ref: "${{ inputs.BEC_PLUGIN_REPO_BRANCH || github.head_ref || github.sha }}"
|
||||
path: ./csaxs_bec
|
||||
|
||||
- name: Lint for merge conflicts
|
||||
run: |
|
||||
|
||||
- name: Lint for merge conflicts from template updates
|
||||
shell: bash
|
||||
# Find all Copier conflicts except this line
|
||||
run: '! grep -r "<<<<<<< before updating" | grep -v "grep -r \"<<<<<<< before updating"'
|
||||
|
||||
- name: Checkout BEC Core
|
||||
run: git clone --depth 1 --branch "${{ inputs.BEC_CORE_BRANCH || 'main' }}" https://github.com/bec-project/bec.git ./bec
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user