Skip to content

Commit 8231e57

Browse files
committedOct 12, 2022
circle ci: updated
1 parent 3bb1bdf commit 8231e57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
conda install -y -c conda-forge rdkit==2020.09.5
3030
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
3131
pip install -e .
32+
pip list
3233
- run:
3334
name: Test
3435
no_output_timeout: 1h

0 commit comments

Comments
 (0)
Please sign in to comment.