Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 93e37b5

Browse files
author
Joseph Burling
committed
ci(workflow): 💚 no jinja escaping
1 parent 13b60c1 commit 93e37b5

File tree

1 file changed

+1
-1
lines changed
  • datajoint-workflow/{{cookiecutter.github_repo}}/.github/workflows

1 file changed

+1
-1
lines changed

datajoint-workflow/{{cookiecutter.github_repo}}/.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
key_append: test-${{ matrix.python-version }}
3939

4040
- name: 🐍 Build all package dependencies and run entrypoint script
41-
run: nox --force-python ${{"{{"}} matrix.python-version {{"}}"}} -s main_cli -v --non-interactive
41+
run: nox --force-python ${{ matrix.python-version }} -s main_cli -v --non-interactive
4242

4343
- name: 🐍 Run pytest
4444
run: nox --force-python ${{ matrix.python-version }} -s pytest -v --non-interactive

0 commit comments

Comments
 (0)