diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-11-14 00:36:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 00:36:06 -0500 |
commit | 613bfff7ffae94b76c9d3bd46b50b42ea4ceb164 (patch) | |
tree | 7adbd4a95963d61b02c652a27de855a0d538a9bd /tests/data/gbo.yml | |
parent | 52e6d0f495023c0aa939bf6b2170ca5ea853202b (diff) | |
parent | 836cc753ea22fd8a3d152f2b00dae971ee3dc943 (diff) | |
download | stasis-613bfff7ffae94b76c9d3bd46b50b42ea4ceb164.tar.gz |
Merge pull request #69 from jhunkeler/workaround-shebang-nightmare
Workaround for shebang nightmare
Diffstat (limited to 'tests/data/gbo.yml')
-rw-r--r-- | tests/data/gbo.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/gbo.yml b/tests/data/gbo.yml new file mode 100644 index 0000000..3ab97a7 --- /dev/null +++ b/tests/data/gbo.yml @@ -0,0 +1,9 @@ +channels: + - conda-forge +dependencies: + - pip + - python + - setuptools + - pip: + - firewatch==0.0.3 + - tweakwcs==0.8.7
\ No newline at end of file |