-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Panchenko
committed
Mar 1, 2024
1 parent
7defeef
commit 966c994
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -53,4 +53,4 @@ jobs: | |
TARGET_FOLDER: . | ||
CLEAN: true | ||
SINGLE_COMMIT: true | ||
{%- endraw %} | ||
{%- endraw %} |