From 4e7e3430a687c2a6cca831d696bbfc3b8ff787d2 Mon Sep 17 00:00:00 2001 From: Billy Ashmall Date: Thu, 14 Mar 2024 10:45:22 -0500 Subject: [PATCH] fix meta.yaml --- ...ild_config.yaml => conda_build_config.yaml.hold | 0 meta.yaml | 14 +++++--------- 2 files changed, 5 insertions(+), 9 deletions(-) rename conda_build_config.yaml => conda_build_config.yaml.hold (100%) diff --git a/conda_build_config.yaml b/conda_build_config.yaml.hold similarity index 100% rename from conda_build_config.yaml rename to conda_build_config.yaml.hold diff --git a/meta.yaml b/meta.yaml index 52a58db..972154c 100644 --- a/meta.yaml +++ b/meta.yaml @@ -7,17 +7,17 @@ source: git_url: https://github.com/SERVIR/ClimateSERVpy build: - number: 2 noarch: python + number: 0 + script: python -m pip install . requirements: - build: - - setuptools + host: - python + - pip run: - python - requests - - wheel about: home: https://github.com/SERVIR/ClimateSERVpy @@ -28,8 +28,4 @@ about: extra: recipe-maintainers: - - SERVIR - -test: - commands: - - pytest \ No newline at end of file + - SERVIR \ No newline at end of file