Skip to content

Commit

Permalink
Remove needless end2end testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseab committed Mar 13, 2024
1 parent ebf4db7 commit 4f8d749
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
- name: unit tests
run: |
pytest --cov=crystal_diffusion
- name: pytorch-end2end
run: |
./tests/end2end_pytorch/run.sh
- name: type checking
run: |
pytype crystal_diffusion/
Expand Down
32 changes: 0 additions & 32 deletions tests/end2end_pytorch/run.sh

This file was deleted.

0 comments on commit 4f8d749

Please sign in to comment.