File tree 2 files changed +8
-14
lines changed
2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,13 @@ jobs:
19
19
- name : Clone Repository
20
20
uses : actions/checkout@v4
21
21
22
- - name : Set up Poetry
23
- uses : abatilo/actions-poetry@v4
24
- with :
25
- poetry-version : latest
26
-
27
22
- name : Set up Python ${{ matrix.python-version }}
28
23
uses : actions/setup-python@v5
29
24
with :
30
25
python-version : ${{ matrix.python-version }}
31
- cache : ' poetry'
26
+
27
+ - name : Set up Poetry
28
+ run : pipx install poetry==1.8.5 --python python${{ matrix.python-version }}
32
29
33
30
34
31
- name : Install Supabase CLI
@@ -88,16 +85,13 @@ jobs:
88
85
id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
89
86
contents : write # needed for github actions bot to write to repo
90
87
steps :
91
- - name : Set up Poetry
92
- uses : abatilo/actions-poetry@v4
93
- with :
94
- poetry-version : 1.8.4
95
-
96
88
- name : Set up Python 3.11
97
89
uses : actions/setup-python@v5
98
90
with :
99
91
python-version : 3.11
100
- cache : ' poetry'
92
+
93
+ - name : Set up Poetry
94
+ run : pipx install poetry==1.8.5 --python python3.11
101
95
102
96
- name : Clone Repository
103
97
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
1
exclude : ' ^.*\.(md|MD|html)$'
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.5 .0
4
+ rev : v5.0 .0
5
5
hooks :
6
6
- id : trailing-whitespace
7
7
- id : check-added-large-files
10
10
args : ["--fix=lf"]
11
11
12
12
- repo : https://github.com/pycqa/isort
13
- rev : 5.13.2
13
+ rev : 6.0.0
14
14
hooks :
15
15
- id : isort
16
16
args :
You can’t perform that action at this time.
0 commit comments