Rossen
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
2 deletions
-
.github/workflows/testing_initiative.yml
|
|
@ -52,8 +52,11 @@ jobs: |
|
|
|
github-token: ${{ secrets.github_token }} |
|
|
|
parallel-finished: true |
|
|
|
build-docs: |
|
|
|
run-on: ubuntu-latest |
|
|
|
python-version: 3.6 |
|
|
|
runs-on: ${{ matrix.os }} |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
os: [ubuntu-latest] |
|
|
|
python-version: [3.6] |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Set up Python Env |
|
|
|