beaker-gantry icon indicating copy to clipboard operation
beaker-gantry copied to clipboard

Gantry streamlines running Python experiments in Beaker by managing containers and boilerplate for you

Results 4 beaker-gantry issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Stubgen will now include __all__ in its output if it...

dependencies
python

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Related to #13. See https://github.com/allenai/beaker-gantry/issues/13#issuecomment-1146099690. This is a little more complex because we probably don't want to re-upload those local files each time `gantry run` is called if they haven't...

feature request

### 🐛 Describe the bug With recent releases of `beaker-gantry`, `gantry run` on an experimental branch results in an error while checking out the HEAD commit of my branch: ```...

bug