Skip to content

Commit

Permalink
use my fork for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Turok committed Jul 31, 2024
1 parent 99c6815 commit 6af0c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
container: ${{ matrix.container }}
python_version: ${{ matrix.python_version }}
gpu_num: ${{ matrix.gpu_num }}
git_repo: databricks/megablocks
git_repo: eitanturok/megablocks # todo: replace with databricks/megablocks
pip_deps: "[all,testing]"
pytest_command: "coverage run -m pytest tests" # todo: remove tests from pytest tests when we delete all tests outside of MegaBlocks repo
pytest_markers: "gpu"
Expand Down

0 comments on commit 6af0c3e

Please sign in to comment.