Skip to content

Commit 79952cf

Browse files
committed
Reapply "try fix"
This reverts commit a7853a0.
1 parent a7853a0 commit 79952cf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-pipeline.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# GitHub CI build pipeline
2-
name: {{ cookiecutter.project_slug }} CI build
1+
name: "{{ cookiecutter.project_slug }} CI build"
32

43
on:
54
pull_request:
@@ -8,7 +7,7 @@ on:
87
- main
98
jobs:
109
build:
11-
runs-on: {% raw %} ${{ matrix.os }} {% endraw %}
10+
runs-on: "{% raw %} ${{ matrix.os }} {% endraw %}"
1211
env:
1312
PYTHONIOENCODING: "utf8"
1413
strategy:
@@ -21,7 +20,7 @@ jobs:
2120
- name: Set up Python
2221
uses: actions/setup-python@v5
2322
with:
24-
python-version: {% raw %} ${{ matrix.python-version }} {% endraw %}
23+
python-version: "{% raw %} ${{ matrix.python-version }} {% endraw %}"
2524
- name: Install dependencies
2625
run: |
2726
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)