-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizable output paths for Otter Generate #402
Conversation
Codecov Report
@@ Coverage Diff @@
## master #402 +/- ##
==========================================
+ Coverage 79.49% 79.52% +0.03%
==========================================
Files 90 90
Lines 5057 5060 +3
==========================================
+ Hits 4020 4024 +4
+ Misses 1037 1036 -1
Continue to review full report at Codecov.
|
@fritterhoff it looks like builds on this branch have started failing due to something related to buildkit. Do you have any idea what's going on here? https://github.com/ucbds-infra/otter-grader/runs/3642222139#step:5:168 |
This reverts commit cb86c8c.
Update on the build issues: this seems to be a known issue with the GHA cache for buildx. docker/buildx#681 |
Just to clarify, how do I use this? When I run "otter assign" on my notebook, the output still contains a file named autograder.zip |
Ah sorry ... I missed the notification. Sorry that I did not react. |
@champoll This fix is part of v3.2.0, which has not yet been released. If you want to use it, you will need to install the development version of Otter from GitHub. |
As titled. Also includes an update to Otter Assign which changes the name of the generated autograder zip file to
{notebook stem}-autograder_{timestamp}.zip
.Closes #401