Skip to content

Commit

Permalink
refactor: raw wraps block of task
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Oct 6, 2024
1 parent afbefbd commit 0ead823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_basename}}/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v2
{%- raw %}
- uses: actions/setup-python@v5
id: 'setup-python'
with:
python-version: {% raw %}${{ matrix.python-version }}{% endraw %}
{%- raw %}
python-version: ${{ matrix.python-version }}
- name: 'Configure env as locked deps by uv.lock'
run: |
uv sync --frozen --python='${{ steps.setup-python.outputs.python-path }}'
Expand Down

0 comments on commit 0ead823

Please sign in to comment.