Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Mar 1, 2024
1 parent 7defeef commit 966c994
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ jobs:
steps:
- name: Cancel previous run
uses: styfle/[email protected]
{% raw -%}
{% raw -%}
with:
access_token: ${{ github.token }}
{%- endraw %}
{%- endraw %}
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: {{cookiecutter.python_version}}
{% raw -%}
# use poetry and cache installed packages, see https://github.com/marketplace/actions/python-poetry-action
{% raw -%}
- name: Install poetry
uses: abatilo/actions-poetry@v2
- name: Setup a local virtual environment (if no poetry.toml file)
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
TARGET_FOLDER: .
CLEAN: true
SINGLE_COMMIT: true
{%- endraw %}
{%- endraw %}

0 comments on commit 966c994

Please sign in to comment.