Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cccvs committed Apr 12, 2024
1 parent e7ca2f8 commit 2379b1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
activate-environment: bluefoglite
- name: Install BlueFogLite
run: |
conda info -e
conda init bash
conda activate bluefoglite
conda install pip
python --version
python -m pip install --upgrade pip
Expand Down Expand Up @@ -100,6 +103,9 @@ jobs:
run: brew install coreutils # for timeout command
- name: Install BlueFogLite
run: |
conda info -e
conda init bash
conda activate bluefoglite
conda install pip
python --version
python -m pip install --upgrade pip
Expand Down

0 comments on commit 2379b1a

Please sign in to comment.