Skip to content

Commit

Permalink
Merge branch 'master' into dev/dev-skrub
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeyerov committed Jan 6, 2025
2 parents a4ac601 + 75f78e1 commit 9a3a886
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'pull_request' && contains(github.event.label.name, 'gpu-ci'))
runs-on:
group: gpu_public
group: GPU Runners - Public

strategy:
matrix:
Expand All @@ -57,11 +57,6 @@ jobs:

- name: Checkout repo
uses: actions/checkout@v3
with:
lfs: true

- name: Checkout LFS objects
run: git lfs pull

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down
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 9a3a886

Please sign in to comment.