Skip to content

Commit f5e26c6

Browse files
author
Sylvain MARIE
committed
Fixed build publish release
1 parent 5374380 commit f5e26c6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/base.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ jobs:
117117
with:
118118
fetch-depth: 0 # so that gh-deploy works
119119

120+
- name: Install python 3.9 for nox
121+
uses: actions/setup-python@v4
122+
with:
123+
python-version: 3.9
124+
architecture: x64
125+
120126
# 1) retrieve the reports generated previously
121127
- name: Retrieve reports
122128
uses: actions/download-artifact@master

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def publish(session: PowerSession):
202202
# session.run2('codecov -t %s -f %s' % (codecov_token, Folders.coverage_xml))
203203

204204

205-
@power_session(python=[PY37])
205+
@power_session(python=[PY39])
206206
def release(session: PowerSession):
207207
"""Create a release on github corresponding to the latest tag"""
208208

0 commit comments

Comments
 (0)