Spaces:
Running
Running
| name: CI | |
| concurrency: | |
| cancel-in-progress: true | |
| group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }} | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| branches: | |
| - master | |
| jobs: | |
| test: | |
| uses: ppizarror/workflow-actions/.github/workflows/test_python.yml@master | |
| strategy: | |
| matrix: | |
| os: | |
| - ubuntu-latest | |
| - windows-latest | |
| with: | |
| cache-dependency-path: '**/setup.py' | |
| env-vars: GITHUB=true | |
| install-extras: test | |
| os: ${{ matrix.os }} | |
| python-version: 3.8 | |
| codeql: | |
| uses: ppizarror/workflow-actions/.github/workflows/codeql.yml@master | |
| with: | |
| language: python |