Skip to content

Revert "make stable version of DCS a default" #2823

Revert "make stable version of DCS a default"

Revert "make stable version of DCS a default" #2823

Workflow file for this run

name: Python CI
on:
push:
branches: [ "*" ]
tags-ignore: [ "v*" ]
jobs:
style:
uses: ./.github/workflows/style.yml
test:
needs: [ style ]
uses: ./.github/workflows/test.yml
license:
needs: [ style ]
uses: ./.github/workflows/license.yml
coverage:
needs: [ style ]
uses: ./.github/workflows/coverage.yml
secrets:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}