diff options
-rw-r--r-- | tests/data/gbo.ini | 1 | ||||
-rw-r--r-- | tests/data/gbo.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/gbo.ini b/tests/data/gbo.ini index 609b8f3..3ee6481 100644 --- a/tests/data/gbo.ini +++ b/tests/data/gbo.ini @@ -17,6 +17,7 @@ installer_baseurl = https://github.com/conda-forge/miniforge/releases/download/{ ;conda_packages = pip_packages = firewatch==0.0.4 + gwcs==0.22.1 tweakwcs==0.8.8 diff --git a/tests/data/gbo.yml b/tests/data/gbo.yml index 3ab97a7..929f351 100644 --- a/tests/data/gbo.yml +++ b/tests/data/gbo.yml @@ -6,4 +6,5 @@ dependencies: - setuptools - pip: - firewatch==0.0.3 + - gwcs==0.22.1 - tweakwcs==0.8.7
\ No newline at end of file |