diff options
author | Alexander Kabui | 2021-02-10 08:18:47 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-02-13 16:55:08 +0300 |
commit | e67e6d7f88ffb21e4101147c5abadb2b7c78e5ae (patch) | |
tree | 67ba730130d71442a1247ee6d9cdbbcd4ba5aa94 /.github/workflows/main.yml | |
parent | 02ac2fd38fea7f85b3ef89464157a7c0d1ffcac7 (diff) | |
download | genenetwork2-e67e6d7f88ffb21e4101147c5abadb2b7c78e5ae.tar.gz |
fix error
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8642806..d4649d4f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,6 +62,5 @@ jobs: TMPDIR=/tmp\ WEBSERVER_MODE=DEBUG LOG_LEVEL=DEBUG \ GENENETWORK_FILES=/genotype_files/ bin/genenetwork2 \ - etc/default_settings.py -c -m\ - /__w/genenetwork/genenetwork/test/requests/links_scraper/genelinks.py + etc/default_settings.py -c -m /__w/genenetwork/genenetwork/test/requests/links_scraper/genelinks.py |