We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccb9b4 commit 6786071Copy full SHA for 6786071
1 file changed
.github/workflows/main.yml
@@ -35,7 +35,8 @@ jobs:
35
find . -type f > before_test_files.txt
36
conda env create -f environment.yml
37
conda activate my_alignn
38
- conda install pytest coverage codecov pandas numpy matplotlib phonopy scikit-learn jarvis-tools --quiet
+ conda install pytest coverage codecov pandas numpy matplotlib phonopy scikit-learn --quiet
39
+ #conda install pytest coverage codecov pandas numpy matplotlib phonopy scikit-learn jarvis-tools --quiet
40
export DGLBACKEND=pytorch
41
export CUDA_VISIBLE_DEVICES="-1"
42
pip install phonopy flake8 pytest pycodestyle pydocstyle codecov pytest-cov coverage
0 commit comments