diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-09-13 14:30:39 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-09-18 23:07:13 -0400 |
commit | da8196e280c9c1306fd50c77427c912182f9c274 (patch) | |
tree | a964503c74a963f4bf831b6203dea7d1737da4bf | |
parent | 17d3d0517123f5f07b4ac6bb9f1dec73c1c8ce4c (diff) | |
download | stasis-da8196e280c9c1306fd50c77427c912182f9c274.tar.gz |
Workaround for a bug in firewatch
-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] |