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.
- Host: GitHub
- URL: https://github.com/horothesun/python-sample
- Owner: horothesun
- Created: 2020-12-21T22:08:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T15:47:06.000Z (over 5 years ago)
- Last Synced: 2025-01-04T15:29:38.526Z (over 1 year ago)
- Topics: ci, conda, continous-integration, continuous-integration, github-actions, github-actions-ci, pytest, python, python3
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-sample
[](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
```