Skip to content

Commit d6326d3

Browse files
committed
SCANPY-175 Do not set build version when analyzing
1 parent 6f9eacb commit d6326d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.cirrus.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ poetry_cache_template: &POETRY_CACHE
9494
eks_container:
9595
<<: *LINUX_CONTAINER_DEFINITION
9696

97-
9897
.poetry_macos_template: &POETRY_MACOS_TEMPLATE
9998
<<: *POETRY_CACHE
10099
jfrog_install_script:
@@ -160,8 +159,11 @@ documentation_task:
160159
- poetry run python tools/generate_cli_documentation.py
161160
- git diff --exit-code CLI_ARGS.md
162161

162+
# For NEXT analysis we don't need to set the build versions
163163
analysis_linux_task:
164-
<<: *POETRY_LINUX_TEMPLATE
164+
<<: *POETRY_CACHE
165+
eks_container:
166+
<<: *LINUX_CONTAINER_DEFINITION
165167
alias: analysis
166168
name: "NEXT Analysis"
167169
analysis_script:

0 commit comments

Comments
 (0)