Skip to content

Commit 6786071

Browse files
committed
workflows
1 parent dccb9b4 commit 6786071

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
find . -type f > before_test_files.txt
3636
conda env create -f environment.yml
3737
conda activate my_alignn
38-
conda install pytest coverage codecov pandas numpy matplotlib phonopy scikit-learn jarvis-tools --quiet
38+
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
3940
export DGLBACKEND=pytorch
4041
export CUDA_VISIBLE_DEVICES="-1"
4142
pip install phonopy flake8 pytest pycodestyle pydocstyle codecov pytest-cov coverage

0 commit comments

Comments
 (0)