Skip to content

Commit

Permalink
deactivate doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 12, 2023
1 parent d076fba commit 1962684
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ env:
PREVENT_CODECOV_TEST_COVERAGE: "false" # Codecov Job runs only on 'false'

# Hard switch to turn on/off the Docker build and publish to Dockerhub
DOCKER_JOB_ON: "true"
DOCKER_JOB_ON: "false"

### END JOB ON/OFF SWITCHES ###
#### Behaviour - Docker build and Publich ####
Expand Down Expand Up @@ -337,12 +337,13 @@ jobs:
# tox -e check -vv -s false
- name: Install documentation test dependencies
if: ${{ matrix.platform == 'macos-latest' && matrix.python-version != '3.6' }}
run: brew install enchant
- name: Run Documentation Tests
if: ${{ matrix.platform == 'ubuntu-latest' || matrix.python-version != '3.6' }}
run: tox -e docs --sitepackages -vv -s false
# - name: Install documentation test dependencies
# if: ${{ matrix.platform == 'macos-latest' && matrix.python-version != '3.6' }}
# run: brew install enchant

# - name: Run Documentation Tests
# if: ${{ matrix.platform == 'ubuntu-latest' || matrix.python-version != '3.6' }}
# run: tox -e docs --sitepackages -vv -s false

- name: Upload Source & Wheel distributions as Artefacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1962684

Please sign in to comment.