diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/generic.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/generic.ini b/tests/data/generic.ini index 0a8c9ef..7d77edd 100644 --- a/tests/data/generic.ini +++ b/tests/data/generic.ini @@ -29,7 +29,7 @@ repository = https://github.com/astroconda/firewatch script_setup = pip install -e '.' script = - firewatch -c conda-forge | grep -E ' python-[0-9]' + firewatch -c conda-forge -p ${STASIS_CONDA_PLATFORM_SUBDIR} | grep -E ' python-[0-9]' [test:tweakwcs] |