From 2f22011aede9f8ca79a5c3a7b3e2177d9d31424f Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Fri, 9 Feb 2024 20:36:50 +0100 Subject: [PATCH] update ci.yaml --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bf51abe..d6446ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,6 +42,8 @@ jobs: runs-on: ${{ matrix.os }}-latest steps: - uses: actions/checkout@v4 + with: + submodules: recursive - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 @@ -52,7 +54,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install pytest - pip install . + pip install .[testing] - name: Test with pytest run: |