From cd7dc67031e3710a31f27b9e19fdf83ca88c8b95 Mon Sep 17 00:00:00 2001 From: Kamal Choudhary Date: Wed, 20 Mar 2024 01:44:04 -0400 Subject: [PATCH] Update action_build.yml --- .github/workflows/action_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action_build.yml b/.github/workflows/action_build.yml index 9ef91137..1d6268f6 100644 --- a/.github/workflows/action_build.yml +++ b/.github/workflows/action_build.yml @@ -25,6 +25,7 @@ jobs: run: | find . -type f > before_test_files.txt conda env create -f environment.yml + conda activate my_jarvis conda install pandas numpy matplotlib --quiet pip install --upgrade pip pip install pycodestyle flake8 pydocstyle coverage pytest codecov