Skip to content

Merge pull request #899 from muskaankarwa/feature #106

Merge pull request #899 from muskaankarwa/feature

Merge pull request #899 from muskaankarwa/feature #106

Workflow file for this run

name: base

Check failure on line 1 in .github/workflows/environment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/environment.yml

Invalid workflow file

(Line: 2, Col: 1): Unexpected value 'channels', (Line: 6, Col: 1): Unexpected value 'dependencies', (Line: 1, Col: 1): Required property is missing: jobs
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- pip
- flake8
- pytest
- black
- isort
- mypy
- ipykernel
- jupyterlab
- requests
- numpy
- pandas
- pip:
- pre-commit
- pytest-cov
- rich