Skip to content

Commit 98f453e

Browse files
author
James Robinson
authored
Use alternative JinjaSQL branch/build compatible with jinja2>=3.0. (#77)
* Use alternative JinjaSQL branch/build that has been upgraded to be compatible with jinja2>=3.0
1 parent 5d54f4c commit 98f453e

File tree

3 files changed

+77
-91
lines changed

3 files changed

+77
-91
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ jobs:
3333
uses: actions/checkout@v2
3434

3535
- name: Install poetry
36-
uses: abatilo/[email protected]
37-
with:
38-
poetry-version: 1.2.2
36+
shell: bash
37+
run: curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.2.2 python3 -
3938

4039
- name: Set up Python ${{ matrix.python-version }}
4140
id: setup_python

0 commit comments

Comments
 (0)