@@ -36,29 +36,29 @@ jobs:
36
36
with :
37
37
name : linux-${{ matrix.target }}-wheels
38
38
path : dist
39
- - name : pytest
40
- if : ${{ startsWith(matrix.target, 'x86_64') }}
41
- shell : bash
42
- run : |
43
- set -e
44
- pip install --find-links dist --force-reinstall 'pymc-bart-rs[all]'
45
- pip install pytest
46
- pytest
47
- - name : pytest
48
- if : ${{ !startsWith(matrix.target, 'x86') }}
49
-
50
- with :
51
- arch : ${{ matrix.target }}
52
- distro : ubuntu22.04
53
- githubToken : ${{ github.token }}
54
- install : |
55
- apt-get update
56
- apt-get install -y --no-install-recommends python3 python3-pip
57
- pip3 install -U pip pytest
58
- run : |
59
- set -e
60
- pip3 install --find-links dist --force-reinstall 'pymc-bart-rs[all]'
61
- pytest
39
+ # - name: pytest
40
+ # if: ${{ startsWith(matrix.target, 'x86_64') }}
41
+ # shell: bash
42
+ # run: |
43
+ # set -e
44
+ # pip install --find-links dist --force-reinstall 'pymc-bart-rs[all]'
45
+ # pip install pytest
46
+ # pytest
47
+ # - name: pytest
48
+ # if: ${{ !startsWith(matrix.target, 'x86') }}
49
+
50
+ # with:
51
+ # arch: ${{ matrix.target }}
52
+ # distro: ubuntu22.04
53
+ # githubToken: ${{ github.token }}
54
+ # install: |
55
+ # apt-get update
56
+ # apt-get install -y --no-install-recommends python3 python3-pip
57
+ # pip3 install -U pip pytest
58
+ # run: |
59
+ # set -e
60
+ # pip3 install --find-links dist --force-reinstall 'pymc-bart-rs[all]'
61
+ # pytest
62
62
63
63
windows :
64
64
runs-on : windows-latest
@@ -83,14 +83,14 @@ jobs:
83
83
with :
84
84
name : windows-${{ matrix.target }}-wheels
85
85
path : dist
86
- - name : pytest
87
- if : ${{ !startsWith(matrix.target, 'aarch64') }}
88
- shell : bash
89
- run : |
90
- set -e
91
- pip install "pymc-bart-rs[all]" --find-links dist --force-reinstall
92
- pip install pytest
93
- pytest
86
+ # - name: pytest
87
+ # if: ${{ !startsWith(matrix.target, 'aarch64') }}
88
+ # shell: bash
89
+ # run: |
90
+ # set -e
91
+ # pip install "pymc-bart-rs[all]" --find-links dist --force-reinstall
92
+ # pip install pytest
93
+ # pytest
94
94
95
95
macos :
96
96
runs-on : macos-latest
@@ -114,14 +114,14 @@ jobs:
114
114
with :
115
115
name : macos-${{ matrix.target }}-wheels
116
116
path : dist
117
- - name : pytest
118
- if : ${{ startsWith(matrix.target, 'aarch64') }}
119
- shell : bash
120
- run : |
121
- set -e
122
- pip install 'pymc-bart-rs[all]' --find-links dist --force-reinstall
123
- pip install pytest
124
- pytest
117
+ # - name: pytest
118
+ # if: ${{ startsWith(matrix.target, 'aarch64') }}
119
+ # shell: bash
120
+ # run: |
121
+ # set -e
122
+ # pip install 'pymc-bart-rs[all]' --find-links dist --force-reinstall
123
+ # pip install pytest
124
+ # pytest
125
125
126
126
sdist :
127
127
runs-on : ubuntu-latest
0 commit comments