Skip to content

Commit

Permalink
ci(workflow): 💚 no jinja escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Burling committed Apr 21, 2022
1 parent 13b60c1 commit 93e37b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
key_append: test-${{ matrix.python-version }}

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

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

0 comments on commit 93e37b5

Please sign in to comment.