File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ jobs:
58
58
# extra-packages: any::RInside
59
59
60
60
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
66
66
67
- - name : Upgrade pip
68
- run : python -m pip install -U pip
67
+ # - name: Upgrade pip
68
+ # run: python -m pip install -U pip
69
69
70
70
- name : Initialize swift-t settings
71
71
run : dev/build/init-settings.sh
77
77
# - run: sed -i 's/ENABLE_R=0/ENABLE_R=1/g' dev/build/swift-t-settings.sh
78
78
79
79
- name : build swift-t
80
- run : dev/build/build-swift-t.sh
80
+ run : dev/build/build-swift-t.sh -v
81
81
82
82
# TODO check swift-t install
83
83
- name : Check swift-t version info
You can’t perform that action at this time.
0 commit comments