From 029e446ab84e597208187f017b05030c2d5fea7c Mon Sep 17 00:00:00 2001 From: viktorht Date: Sat, 18 May 2024 14:33:37 +0200 Subject: [PATCH] Separately installs the error_propagation module before running tests --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index fa6fd41..cc44edf 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -56,6 +56,7 @@ jobs: - name: Install package run: | pip install .[development] + pip install .[error_propagation] - name: Run tests run: |