Skip to content

Commit

Permalink
Merge branch 'master' into bp_tick_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis A. Plana committed Mar 16, 2022
2 parents 2881a98 + 139d845 commit b3f138c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3f138c

Please sign in to comment.