Skip to content

Commit

Permalink
add print
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Oct 5, 2023
1 parent a53df0a commit 69f8072
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,13 @@ jobs:
# - name: compress conda envs
# run: |
# tar -czf assembly_conda_envs.tar.gz $DATABASE_DIR/conda_envs
- name: list databases
run: |
echo $DATABASE_DIR
ls -l $DATABASE_DIR
ls -l $DATABASE_DIR/conda_envs
- name: Cache conda envs
- name: Store conda envs
if: steps.get-envs.outputs.cache-hit != 'true'
uses: actions/cache/save@v3
with:
Expand Down

0 comments on commit 69f8072

Please sign in to comment.