Skip to content

Commit

Permalink
testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux-cpp-lisp committed Apr 12, 2022
1 parent 9afb3c1 commit f906be8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install torch==${TORCH} -f https://download.pytorch.org/whl/cpu/torch_stable.html
pip install --upgrade-strategy only-if-needed .
- name: Install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install torch==${TORCH} -f https://download.pytorch.org/whl/cpu/torch_stable.html
pip install --upgrade-strategy only-if-needed .
- name: Install pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"numpy",
"ase",
"tqdm",
"torch>=1.8,<=1.11,!=1.9.0", # torch.fx added in 1.8
"torch>=1.8,<=1.12,!=1.9.0", # torch.fx added in 1.8
"e3nn>=0.3.5,<0.5.0",
"pyyaml",
"contextlib2;python_version<'3.7'", # backport of nullcontext
Expand Down

0 comments on commit f906be8

Please sign in to comment.