diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 9d8a57fc..c84a97d7 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -12,13 +12,14 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 + with: + submodules: "recursive" - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - git submodule update --init --recursive python -m pip install --upgrade pip pip install tox diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 491728a5..bfe2c116 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -7,13 +7,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: "recursive" - name: Set up Python uses: actions/setup-python@v1 with: python-version: 3.7 - name: Install dependencies run: | - git submodule update --init --recursive python -m pip install --upgrade pip pip install tox diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 3fa5b26c..b5452909 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -12,13 +12,14 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 + with: + submodules: "recursive" - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - git submodule update --init --recursive python -m pip install --upgrade pip pip install tox diff --git a/docs b/docs index c04945bf..826897f3 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit c04945bf3a0ae1524bc720743ea770fcc1d2fba9 +Subproject commit 826897f3abf814074d11361deeed0de9ce6abf06