From 677ca28f5002c5b9fe9e644564b4018148bdb3f6 Mon Sep 17 00:00:00 2001 From: Pepe Marquez Date: Thu, 7 Nov 2024 15:08:39 +0100 Subject: [PATCH] Changed actions --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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