Attempt to work around materialx yaml loader boom

This commit is contained in:
2022-05-18 22:58:46 -04:00
parent 522b7e0d92
commit 70e1ed4c9d
2 changed files with 4 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ jobs:
publish:
#if: startswith(github.ref, 'refs/tags/')
name: publish
needs: [test-docs]
runs-on: ubuntu-latest
steps:
- name: Checkout Code