Skip to content

Commit

Permalink
database dir for gene catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Oct 5, 2023
1 parent 72daced commit 8dfcc8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
env:
N_THREADS: 2
MEM: 3
DATABASE_DIR: databases

steps:
- name: Checkout
Expand All @@ -186,7 +187,7 @@ jobs:
id: get-genecatalog-envs
uses: actions/cache/restore@v3
with:
path: databases/conda_envs
path: $DATABASE_DIR/conda_envs
key: binning-conda-envs
restore-keys: |
assembly-conda-envs
Expand Down

0 comments on commit 8dfcc8a

Please sign in to comment.