All checks were successful
Run apocalypse tests / Explore-Gitea-Actions (push) Successful in 11s
6 lines
158 B
Bash
Executable File
6 lines
158 B
Bash
Executable File
#! /bin/bash
|
|
|
|
SCRIPT_PTH=./examples/simple2/
|
|
unset PIXI_IN_SHELL
|
|
pixi run --manifest-path ${SCRIPT_PTH} python ${SCRIPT_PTH}simple2.py -f $2 -b bg.CAMERAS.h5
|