Skip to content

Commit 1027500

Browse files
committed
Turn off Python, turn on verbosity
1 parent cf4d714 commit 1027500

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
# extra-packages: any::RInside
5959

6060

61-
- name: Setup Python
62-
uses: actions/setup-python@v5
63-
with:
64-
python-version: ${{ matrix.python-version }}
65-
# cache: pip
61+
# - name: Setup Python
62+
# uses: actions/setup-python@v5
63+
# with:
64+
# python-version: ${{ matrix.python-version }}
65+
# # cache: pip
6666

67-
- name: Upgrade pip
68-
run: python -m pip install -U pip
67+
# - name: Upgrade pip
68+
# run: python -m pip install -U pip
6969

7070
- name: Initialize swift-t settings
7171
run: dev/build/init-settings.sh
@@ -77,7 +77,7 @@ jobs:
7777
# - run: sed -i 's/ENABLE_R=0/ENABLE_R=1/g' dev/build/swift-t-settings.sh
7878

7979
- name: build swift-t
80-
run: dev/build/build-swift-t.sh
80+
run: dev/build/build-swift-t.sh -v
8181

8282
# TODO check swift-t install
8383
- name: Check swift-t version info

0 commit comments

Comments
 (0)