Skip to content

Repository files navigation

Peform testing as CI by using GitHub Actions

CI with GitHub actions: run testing of new commits as part of CI workflow with GitHub actions

Run pytest

  • pytest must be installed as per requirements file

Create environment ci

  • conda create --name ci
  • conda activate ci
  • conda install pip
  • pip install -r requirements.txt

About

CI with GitHub actions: run testing of new commits as part of CI workflow with GitHub actions

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages