Skip to content

Commit

Permalink
cleaning up functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Levy committed Dec 21, 2022
1 parent 76c0004 commit 59d5dcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Test with tox
run: PIP_FIND_LINKS='https://data.pyg.org/whl/torch-1.13.0+cpu.html' tox
run: |
PIP_FIND_LINKS='https://data.pyg.org/whl/torch-1.13.0+cpu.html' \
tox

0 comments on commit 59d5dcf

Please sign in to comment.