diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 187d1b958caef3f25632a5c5a7710a1cab0af5c1..0f145f842225ad32bceac12b7419ad33d901ab44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,18 +28,15 @@ jobs: PYTEST_QT_API: pyqt4v2 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 + with: + submodules: true - uses: goanpeca/setup-miniconda@v1 with: auto-update-conda: true python-version: ${{ matrix.python-version }} - - name: Update submodules - shell: bash -l {0} - run: | - git submodule update --init --recursive - - name: Install system dependencies shell: bash -l {0} run: |