Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Jun 22, 2024
1 parent 41f53e4 commit f721b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
find . -type f > before_test_files.txt
conda env create -f environment.yml
conda activate atomgpt
conda install pytest coverage codecov
conda install pytest coverage codecov alignn -y
#conda install pytest coverage codecov pandas numpy matplotlib phonopy scikit-learn jarvis-tools --quiet
#export DGLBACKEND=pytorch
#export CUDA_VISIBLE_DEVICES="-1"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"pydantic_settings",
"peft",
"trl",
"alignn",
#"alignn",
"triton",
"torch",

Expand Down

0 comments on commit f721b84

Please sign in to comment.