From 0d9e70257c78be8e17da329c7eb80212cb865f17 Mon Sep 17 00:00:00 2001 From: Dhatri Badri <56312676+dhatribadri@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:57:55 -0500 Subject: [PATCH] Initialize conda env in test_pipeline.yml --- .github/workflows/test_pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_pipeline.yml b/.github/workflows/test_pipeline.yml index c8238e5..e7e78f9 100644 --- a/.github/workflows/test_pipeline.yml +++ b/.github/workflows/test_pipeline.yml @@ -49,6 +49,7 @@ jobs: - name: Install pip dependencies run: | #source $CONDA/bin/activate + conda init conda activate qcd_env_test pip install --requirement .test/requirements.txt pip install dropbox