Skip to content

Commit

Permalink
docs(gpu ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeyerov committed Jan 6, 2025
1 parent 1bfecd8 commit 9782a22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@ graphistry.__version__

GitHub Actions: See `.github/workflows`

CI runs on every PR and updates them

### GPU CI

GPU CI can be manually triggered by core dev team members:

1. Push intended changes to protected branches `gpu-public` or `master`
2. Manually trigger action [ci-gpu](https://github.com/graphistry/pygraphistry/actions/workflows/ci-gpu.yml) on one of the above branches

GPU tests can also be run locally via `./docker/test-gpu-local.sh` .

## Debugging Tips

Expand Down

0 comments on commit 9782a22

Please sign in to comment.