Skip to content

Commit

Permalink
Merge pull request #422 from SpiNNakerManchester/no_xml
Browse files Browse the repository at this point in the history
turn off xml validation
  • Loading branch information
rowleya committed Mar 16, 2022
2 parents a67a0f6 + 2667554 commit e50b18c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:
if: matrix.python-version == 3.8
uses: ./support/actions/check-copyrights

- name: Validate all XML
if: matrix.python-version == 3.8
uses: ./support/actions/validate-xml
with:
package: ${{ env.BASE_PKG }}
#- name: Validate all XML
# if: matrix.python-version == 3.8
# uses: ./support/actions/validate-xml
# with:
# package: ${{ env.BASE_PKG }}

- name: Build documentation with sphinx
if: matrix.python-version == 3.8
Expand Down

0 comments on commit e50b18c

Please sign in to comment.