diff options
author | Alexander Kabui | 2021-02-10 08:20:18 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-02-13 16:55:08 +0300 |
commit | f3a8fdc660504e0ea74ae63d5ed7c891db6e3963 (patch) | |
tree | d30e12164ce0264364d4329d9805c4db818ac004 /.github | |
parent | e67e6d7f88ffb21e4101147c5abadb2b7c78e5ae (diff) | |
download | genenetwork2-f3a8fdc660504e0ea74ae63d5ed7c891db6e3963.tar.gz |
fix paths issues
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4649d4f..5d46ccb9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,5 +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/genenetwork2/genenetwork2/test/requests/links_scraper/genelinks.py |