Skip to content

Commit d124c17

Browse files
committed
fix(ci): pin HETA version in E2E test
1 parent a86898b commit d124c17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/aignostics/application/cli_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,8 @@ def test_cli_run_execute(runner: CliRunner, tmp_path: Path, record_property) ->
10651065
HETA_APPLICATION_ID,
10661066
str(tmp_path / RUN_CSV_FILENAME),
10671067
str(tmp_path),
1068+
"--application-version",
1069+
HETA_APPLICATION_VERSION,
10681070
"--mapping",
10691071
".*\\.tiff:staining_method=H&E,tissue=LUNG,disease=LUNG_CANCER",
10701072
"--no-create-subdirectory-for-run",

0 commit comments

Comments
 (0)