From f685c21d89c746939b341fc6dcc5f5aae69cd656 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 16 Mar 2022 08:53:40 +0000 Subject: [PATCH] turn off xml validation --- .github/workflows/python_actions.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index ce2e0ae..4202c07 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -77,11 +77,12 @@ 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: - base-path: spinn_pdp2 + # Currently no xml files so no need to validate + #- name: Validate all XML + # if: matrix.python-version == 3.8 + # uses: ./support/actions/validate-xml + # with: + # base-path: spinn_pdp2 #- name: Build documentation with sphinx (3.8 only) # uses: ./support/actions/sphinx