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 8f42f2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8f42f2d

Please sign in to comment.