gatorgrade configuration bug #106
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
input
Requirement for Input team
When I tried to run
gatorgrade
locally on my Windows machine for an assignment, I had a few problems with what was being executed in thesetup
block in the configuration file. First, it couldn't run the commands because it was treated as one whole command per line, which is invalid. @gkapfham and I suspected that it could be a problem with how the separator of different commands was recognized in different operating systems.Original
gatorgrade.yml
Error from the original:
I then changed the setup block in that configuration file so it looked like the following:
gatorgrader
successfully ran, but there were some failures on my local checks that passed in GitHub Actions.Settings for Reproduction:
Python 3.10.7
gatorgrade
0.3.0Windows 11 Pro
Powershell 7.2.6
The text was updated successfully, but these errors were encountered: