CI with GitHub actions: run testing of new commits as part of CI workflow with GitHub actions
pytestmust be installed as per requirements file
- conda create --name ci
- conda activate ci
- conda install pip
- pip install -r requirements.txt
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CI with GitHub actions: run testing of new commits as part of CI workflow with GitHub actions
pytest must be installed as per requirements file