Commit cf5dbc2 1 parent 83369cc commit cf5dbc2 Copy full SHA for cf5dbc2
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ for cfg in Debug Release; do
34
34
done
35
35
36
36
# Build Python packages
37
- python -m build -w " $pkg_dir " -o " $out_dir " \
37
+ python3 -m build -w " $pkg_dir " -o " $out_dir " \
38
38
-C local=" $PWD /scripts/ci/py-build-cmake.toml" \
39
39
-C local=" $pbc_config "
40
- python -m build -w " $pkg_dir /python/alpaqa-debug" -o " $out_dir " \
40
+ python3 -m build -w " $pkg_dir /python/alpaqa-debug" -o " $out_dir " \
41
41
-C local=" $PWD /scripts/ci/py-build-cmake.toml" \
42
42
-C component=" $PWD /scripts/ci/py-build-cmake.component.toml" \
43
43
-C local=" $pbc_config "
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ for cfg in Debug Release; do
60
60
done
61
61
62
62
# Build Python packages
63
- python -m build -w " $pkg_dir " -o " $out_dir " \
63
+ python3 -m build -w " $pkg_dir " -o " $out_dir " \
64
64
-C local=" $PWD /scripts/ci/py-build-cmake.toml" \
65
65
-C cross=" $pbc_config "
66
- python -m build -w " $pkg_dir /python/alpaqa-debug" -o " $out_dir " \
66
+ python3 -m build -w " $pkg_dir /python/alpaqa-debug" -o " $out_dir " \
67
67
-C local=" $PWD /scripts/ci/py-build-cmake.toml" \
68
68
-C component=" $PWD /scripts/ci/py-build-cmake.component.toml" \
69
69
-C cross=" $pbc_config "
You can’t perform that action at this time.
0 commit comments