We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b47e0a commit 44e0f49Copy full SHA for 44e0f49
.github/workflows/unix.yml
@@ -28,8 +28,8 @@ jobs:
28
- shell: bash -l {0}
29
name: Install dependencies
30
run: |
31
- conda install numpy pandas -c pytorch
32
conda install -c conda-forge pytorch-cpu
+ conda install -c pytorch numpy pandas
33
conda install -c conda-forge mpi4py mpich
34
pip install .[test]
35
0 commit comments