From 613a811ba7d6d960e4b2938d1ce5b701d5e3695d Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Sat, 5 Feb 2022 10:19:35 +0100 Subject: [PATCH] chg: Simplify submodules checkout --- .github/workflows/pytest.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 53c438b..09f36fd 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,15 +17,14 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: recursive - name: Set up Python ${{matrix.python-version}} uses: actions/setup-python@v2 with: python-version: ${{matrix.python-version}} - - name: Initialize submodules - run: git submodule update --init --recursive - - name: Install system dependencies run: | sudo apt install libemail-outlook-message-perl libemail-address-perl