From af9ce077734924bc151865ad1b474290171a8581 Mon Sep 17 00:00:00 2001 From: Saurabh Mogre Date: Thu, 17 Oct 2024 14:26:27 -0700 Subject: [PATCH] Remove venv activation specific to linux --- .github/actions/dependencies/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/dependencies/action.yml b/.github/actions/dependencies/action.yml index 1ba22ec5..69e80abe 100644 --- a/.github/actions/dependencies/action.yml +++ b/.github/actions/dependencies/action.yml @@ -9,5 +9,4 @@ runs: shell: bash # --only-keep flag in case the environment is restored from a stale cache. run: | - pdm sync -d --only-keep - source .venv/bin/activate \ No newline at end of file + pdm sync -d --only-keep \ No newline at end of file