Skip to content

Commit

Permalink
fix break in jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman-Priyadarshi committed Jul 8, 2024
1 parent 43840c6 commit 00ae47f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
- uses: actions/cache@v3
with:
path: ~/.conda/envs/{{ cookiecutter.project_slug }}
{%- raw -%}
key: ubuntu-latest-conda-${{ hashFiles('conda/dev.yaml') }}
{%- endraw %}
restore-keys: |
ubuntu-latest-conda-
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
Expand Down

0 comments on commit 00ae47f

Please sign in to comment.