An open API service indexing awesome lists of open source software.

https://github.com/horothesun/python-sample

Python + Conda minimal project with GitHub Actions CI.
https://github.com/horothesun/python-sample

ci conda continous-integration continuous-integration github-actions github-actions-ci pytest python python3

Last synced: about 1 year ago
JSON representation

Python + Conda minimal project with GitHub Actions CI.

Awesome Lists containing this project

README

          

# python-sample

[![CI Linux](https://github.com/horothesun/python-sample/workflows/CI%20Linux/badge.svg)](https://github.com/horothesun/python-sample/blob/master/.github/workflows/ci-linux.yml)

## Requirements

- Python 3
- Conda

## Environment setup

```bash
conda env update --file environment.yml
conda activate python-sample-env
```

## Test

```bash
pytest -v
```