Skip to content

Commit

Permalink
no test docker/docs/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed Feb 5, 2024
1 parent 6eed3d6 commit 1caed39
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,31 +139,31 @@ jobs:
./bin/build.sh
test-docs:
# test-docs:

needs: [ test-minimal-python ]
runs-on: ubuntu-latest
# needs: [ test-minimal-python ]
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
# steps:
# - uses: actions/checkout@v3

- name: Test building docs
run: |
cd docs && ./docker.sh
# - name: Test building docs
# run: |
# # cd docs && ./docker.sh


test-readme:
# test-readme:

needs: [ test-minimal-python ]
runs-on: ubuntu-latest
# needs: [ test-minimal-python ]
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
# steps:
# - uses: actions/checkout@v3

- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
python-version: 3.7
# - name: Set up Python 3.7
# uses: actions/setup-python@v4
# with:
# python-version: 3.7

# - name: Test building docs
# continue-on-error: true
Expand Down

0 comments on commit 1caed39

Please sign in to comment.