diff options
| author | Frederick Muriuki Muriithi | 2025-09-04 13:09:35 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-09-04 13:09:35 -0500 |
| commit | fd17eb516bcbe4e9c6f4cf81f901c74106f41936 (patch) | |
| tree | ed0c2e19ecd037017b8f2c63a53201506e8ae550 | |
| parent | 3e1774935b7543b9842cc5026a12feeea75dfb85 (diff) | |
| download | gn-ai-fd17eb516bcbe4e9c6f4cf81f901c74106f41936.tar.gz | |
Fix sub-headings.
| -rw-r--r-- | issues/genenetwork2/remove-bin-genenetwork2-script.gmi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/issues/genenetwork2/remove-bin-genenetwork2-script.gmi b/issues/genenetwork2/remove-bin-genenetwork2-script.gmi index 3c3a3cf3..f21f44c2 100644 --- a/issues/genenetwork2/remove-bin-genenetwork2-script.gmi +++ b/issues/genenetwork2/remove-bin-genenetwork2-script.gmi @@ -28,7 +28,7 @@ This issue tracks the process, and problems that come up during the move to reti * [ ] Update CI/CD definitions to get rid of the references to the script * [ ] Delete the script from the repository -#### Setup +### Setup First, we need to setup the following mandatory environment variables: @@ -52,7 +52,7 @@ export GEMMA_WRAPPER_COMMAND="${GN2_PROFILE}/bin/gemma-wrapper" export REQUESTS_CA_BUNDLE="${GUIX_ENVIRONMENT}/etc/ssl/certs/ca-certificates.crt" ``` -#### Running Unit Tests +### Running Unit Tests To run unit tests, run pytest at the root of the repository. @@ -61,7 +61,7 @@ $ cd /path/to/genenetwork2 $ pytest ``` -#### Running "mechanical-rob" Tests +### Running "mechanical-rob" Tests At the root of the repository, run something like: @@ -72,7 +72,7 @@ python test/requests/test-website.py --all http://localhost:5033 Change the port, as appropriate. -#### Launching Application +### Launching Application In addition to the minimum set of envvars defined in the "Setup" section above, we need the following variables defined to get the application to launch: |
