From da8196e280c9c1306fd50c77427c912182f9c274 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 13 Sep 2024 14:30:39 -0400 Subject: Workaround for a bug in firewatch --- tests/data/generic.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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] -- cgit