Skip to content

Commit 5dc4d78

Browse files
committed
disable pytest tests for now
1 parent a19d764 commit 5dc4d78

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

.github/workflows/CI.yml

+39-39
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,29 @@ jobs:
3636
with:
3737
name: linux-${{ matrix.target }}-wheels
3838
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-
uses: uraimo/[email protected]
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+
# uses: uraimo/[email protected]
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
6262

6363
windows:
6464
runs-on: windows-latest
@@ -83,14 +83,14 @@ jobs:
8383
with:
8484
name: windows-${{ matrix.target }}-wheels
8585
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
9494

9595
macos:
9696
runs-on: macos-latest
@@ -114,14 +114,14 @@ jobs:
114114
with:
115115
name: macos-${{ matrix.target }}-wheels
116116
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
125125

126126
sdist:
127127
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)