Skip to content

Commit 7608c7b

Browse files
committed
Update README
1 parent bb4cd19 commit 7608c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The easiest thing to do is to run one specific combination of model and adtype.
5959
This doesn't require any environment variables: you can run `julia --project=. main.jl --run <model> <adtype>`.
6060

6161
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.
62+
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.
6363
It is a multiline string (it's JSON), so you will need to do something like this:
6464

6565
```bash

0 commit comments

Comments
 (0)