From b3761187e47547254f81a3c46dee7d9427f49f7b Mon Sep 17 00:00:00 2001 From: Jean Mainguy Date: Wed, 28 Aug 2024 09:08:00 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 762997a4..8a7ca77d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,7 +77,7 @@ jobs: run: | # Activate the Python environment again in the correct directory source ppgg/bin/activate - pip3 install . + pip3 install .[python_deps] # - name: Install ppanggolin # shell: bash -l {0}