diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d43410..4e1e3ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,6 +70,8 @@ jobs: activate-environment: bluefoglite - name: Install BlueFogLite run: | + conda info -e + conda activate bluefoglite conda install pip python --version python -m pip install --upgrade pip @@ -100,6 +102,8 @@ jobs: run: brew install coreutils # for timeout command - name: Install BlueFogLite run: | + conda info -e + conda activate bluefoglite conda install pip python --version python -m pip install --upgrade pip