We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb1bdf commit 8231e57Copy full SHA for 8231e57
.circleci/config.yml
@@ -29,6 +29,7 @@ jobs:
29
conda install -y -c conda-forge rdkit==2020.09.5
30
pip install torch-scatter==2.0.9 torch-sparse==0.6.13 torch-geometric==2.0.4 -f https://data.pyg.org/whl/torch-${TORCH}+cpu.html
31
pip install -e .
32
+ pip list
33
- run:
34
name: Test
35
no_output_timeout: 1h
0 commit comments