File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v3
12
- - run : pipx install poetry
12
+ - run : pipx install "tox poetry>=1.1.12,<2"
13
13
- uses : actions/setup-python@v4
14
14
with :
15
15
python-version-file : pyproject.toml
16
16
cache : ' poetry'
17
- - run : pip install tox
18
17
- run : tox -e lint,py311-dj42
19
18
test_compatibility :
20
19
needs : test
@@ -42,12 +41,11 @@ jobs:
42
41
# toxenv: py312-dj41
43
42
steps :
44
43
- uses : actions/checkout@v3
45
- - run : pipx install poetry
44
+ - run : pipx install "tox poetry>=1.1.12,<2"
46
45
- uses : actions/setup-python@v4
47
46
with :
48
47
python-version : ${{ matrix.python }}
49
48
allow-prereleases : true
50
- - run : pip install tox
51
49
- run : tox -q
52
50
env :
53
51
TOXENV : ${{ matrix.toxenv }}
68
66
- if : steps.node-cache.outputs.cache-hit != 'true'
69
67
run : npm ci --no-audit
70
68
- run : npm run build
71
- - run : pipx install poetry
69
+ - run : pipx install " poetry>=1.1.12,<2"
72
70
- uses : actions/setup-python@v4
73
71
with :
74
72
python-version-file : pyproject.toml
95
93
deploy_site :
96
94
needs : build_site
97
95
runs-on : ubuntu-latest
96
+ permissions :
97
+ pages : write
98
+ id-token : write
98
99
environment :
99
100
name : github-pages
100
101
url : ${{ steps.deployment.outputs.page_url }}
You can’t perform that action at this time.
0 commit comments