diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 2ca2fcc..99acbcf 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -29,7 +29,7 @@ jobs: # uses: astral-sh/setup-uv@v3 - name: Install dependencies run: | - uv pip install -e '.[dev]' + uv pip install -e '.[dev,infrastructure]' - name: Test with pytest run: | pytest