We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4cd19 commit 7608c7bCopy full SHA for 7608c7b
README.md
@@ -59,7 +59,7 @@ The easiest thing to do is to run one specific combination of model and adtype.
59
This doesn't require any environment variables: you can run `julia --project=. main.jl --run <model> <adtype>`.
60
61
However, if you want to run the Python script locally, you will need to set the `RESULTS_JSON` environment variable.
62
-The easiest way to do this is to go to the GitHub Actions log for the `collate.py` job, where the value of `RESULTS_JSON` is printed.
+The easiest way to do this is to go to the GitHub Actions log for the collate job, where the value of `RESULTS_JSON` is printed.
63
It is a multiline string (it's JSON), so you will need to do something like this:
64
65
```bash
0 commit comments