Skip to content

Commit

Permalink
stdcxx
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Oct 26, 2023
1 parent 764494c commit 38ac3d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ jobs:
update-conda: true
python-version: ${{ matrix.version }}
conda-channels: anaconda
- run: sudo apt update
- run: sudo apt install build-essential
- run: conda --version
- run: which python
# - run: conda install -c conda-forge openmpi
- run: conda install -c anaconda cmake
- run: conda install mpi4py h5py pytorch torchvision cpuonly -c pytorch -c conda-forge
- run: conda install -c conda-forge libstdcxx-ng=12
- run: conda install -c conda-forge libstdcxx-ng
- run: conda install -c anaconda gxx_linux-64
- run: python -m pip install --upgrade pip
- run: python -m pip install setuptools wheel
Expand Down

0 comments on commit 38ac3d9

Please sign in to comment.