From 1c937df90837d761df160334e6955df1e2fd77f9 Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Sat, 6 Jun 2020 09:20:50 -0500 Subject: [PATCH] Include conda in the list of packages, rather than a separate install line. --- .github/workflows/build-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 6b00c127d..76d8a3d03 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -39,8 +39,7 @@ jobs: shell: "bash -l {0}" run: | conda env list - conda update conda - conda install numpy pandas pytest flake8 + conda install conda numpy pandas pytest flake8 pip install scikit-hep-testdata conda list