From 2893043b9bc54f0efafd917f5088edd8e647e289 Mon Sep 17 00:00:00 2001 From: Maximilian Kramer <105794634+mxkramer@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:17:20 +0100 Subject: [PATCH] Update security-check.yml --- .github/workflows/security-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/security-check.yml b/.github/workflows/security-check.yml index d329f7a0..96bfd08f 100644 --- a/.github/workflows/security-check.yml +++ b/.github/workflows/security-check.yml @@ -34,6 +34,7 @@ jobs: - name: Create Conda Environment run: | conda create -n security-check python=3.10 + conda init conda activate security-check pip install -r requirements.txt pip install savety