Skip to content

Commit 6c232d4

Browse files
committed
Only build Python 3.8
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent c1fb2e9 commit 6c232d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scancode-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
operating_system=linux
149149
python_dot_version=3.8
150150
python_version=38
151-
echo -n "python3" > PYTHON_EXECUTABLE
151+
echo -n "$python_version" > PYTHON_EXECUTABLE
152152
rm -rf thirdparty build dist
153153
rm -rf .eggs src/scancode_toolkit.egg-info src/scancode_toolkit_mini.egg-info
154154
mkdir -p thirdparty
@@ -157,8 +157,8 @@ jobs:
157157
--requirements=requirements.txt \
158158
--dest=thirdparty \
159159
--operating-system=$operating_system \
160+
--python-version=$python_version \
160161
--wheels
161-
# --python-version=$python_version \
162162
venv/bin/python etc/scripts/fetch_thirdparty.py \
163163
--requirements=requirements-native.txt \
164164
--requirements=requirements-linux.txt \
@@ -217,8 +217,8 @@ jobs:
217217
--requirements=requirements.txt \
218218
--dest=thirdparty \
219219
--operating-system=$operating_system \
220+
--python-version=$python_version \
220221
--wheels
221-
# --python-version=$python_version \
222222
venv/bin/python etc/scripts/fetch_thirdparty.py \
223223
--requirements=requirements-native.txt \
224224
--wheel-only extractcode \
@@ -277,8 +277,8 @@ jobs:
277277
--requirements=requirements.txt \
278278
--dest=thirdparty \
279279
--operating-system=$operating_system \
280+
--python-version=$python_version \
280281
--wheels
281-
# --python-version=$python_version \
282282
venv/bin/python etc/scripts/fetch_thirdparty.py \
283283
--requirements=requirements-native.txt \
284284
--wheel-only extractcode \

0 commit comments

Comments
 (0)