Browse Source

fix build docs step

pull/300/head
Rossen 5 years ago
committed by GitHub
parent
commit
4331ffbc61
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/testing_initiative.yml

7
.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

Loading…
Cancel
Save