Skip to content

Added testing capability using Github Actions #8

Added testing capability using Github Actions

Added testing capability using Github Actions #8

Workflow file for this run

{% set name = "rat" %}

Check failure on line 1 in .github/workflows/meta.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/meta.yaml

Invalid workflow file

You have an error in your yaml syntax
{% set version = "0.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: ../../
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
entry_points:
- rat = rat.cli.rat_cli:main
requirements:
host:
- python >=3.6
- setuptools >=61.0
- pip
run:
- python >=3.6
about:
home: https://github.com/UW-SASWE/RAT
summary: Resevoir Monitoring using Satellite Remote Sensing
license: GPL-3.0-or-later
license_file: LICENSE
extra:
recipe-maintainers:
- pritamd47
- SanchitMinocha