Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Jan 30, 2025
1 parent 2cf2218 commit 0711c62
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,8 @@ jobs:
- name: Check we can see DGL
run: python -c "import dgl; print(dgl.__version__)"

- name: Run training test
- name: Run tests
run: python -m pytest -n 4 -v --cov=openff/nagl --cov-config=pyproject.toml --cov-append --cov-report=xml --color=yes openff/nagl/

- name: codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
fail_ci_if_error: true # $HOME not being set causes problems


stop-aws-runner:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0711c62

Please # to comment.