Skip to content

Commit

Permalink
partial - updates github action for Conda C++/Puthon - gcc, OpenMPI, …
Browse files Browse the repository at this point in the history
…Gloo, UCX/UCC, adds updated cpu 1 node ucc/ucx/redis experiment jupyter notebook
  • Loading branch information
mstaylor committed Nov 8, 2023
1 parent 3bddaa1 commit e474d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
git clone --single-branch -b ${{ matrix.ucx }} https://github.com/mstaylor/ucx.git $HOME/ucx
cd $HOME/ucx
./autogen.sh
./configure --prefix=$HOME/ucx/install
./configure --prefix=$HOME/ucx/install --without-go
make install
- name: Install UCC
Expand Down

0 comments on commit e474d8f

Please sign in to comment.