Skip to content

Commit 8e90adb

Browse files
committed
Temporarily remove Debian
1 parent 9d09a00 commit 8e90adb

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.github/workflows/test.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
numpy: ["numpy"]
2222
include:
2323
- python-version: "3.9"
24-
numpy: numpy==1.26.4
24+
numpy: "numpy==1.26.4"
2525
- python-version: "3.10"
26-
numpy: numpy==1.26.4
26+
numpy: "numpy==1.26.4"
2727
- python-version: "3.11"
28-
numpy: numpy==1.26.4
28+
numpy: "numpy==1.26.4"
2929
- python-version: "3.12"
30-
numpy: numpy==1.26.4
30+
numpy: "numpy==1.26.4"
3131
runs-on: ${{ matrix.os }}
3232
steps:
3333
- uses: actions/checkout@v4
@@ -48,28 +48,28 @@ jobs:
4848
- name: Check style
4949
run: black --check --diff .
5050

51-
test-deb10-i386:
52-
name: Python 3.7 on Debian 10 i386
53-
runs-on: ubuntu-latest
54-
container: i386/debian:10
55-
steps:
56-
- name: Install dependencies
57-
run: |
58-
apt-get update
59-
apt-get install -y --no-install-recommends \
60-
python3-matplotlib \
61-
python3-numpy \
62-
python3-pandas \
63-
python3-requests \
64-
python3-scipy \
65-
python3-soundfile \
66-
python3-pytest \
67-
git
68-
python3 --version
69-
# Note: "actions/checkout@v2" requires libstdc++6:amd64 to be
70-
# installed in the container. To keep things simple, use
71-
# "actions/checkout@v1" instead.
72-
# https://github.com/actions/checkout/issues/334
73-
- uses: actions/checkout@v1
74-
- name: Run tests
75-
run: pytest-3
51+
# test-deb10-i386:
52+
# name: Python 3.7 on Debian 10 i386
53+
# runs-on: ubuntu-latest
54+
# container: i386/debian:10
55+
# steps:
56+
# - name: Install dependencies
57+
# run: |
58+
# apt-get update
59+
# apt-get install -y --no-install-recommends \
60+
# python3-matplotlib \
61+
# python3-numpy \
62+
# python3-pandas \
63+
# python3-requests \
64+
# python3-scipy \
65+
# python3-soundfile \
66+
# python3-pytest \
67+
# git
68+
# python3 --version
69+
# # Note: "actions/checkout@v2" requires libstdc++6:amd64 to be
70+
# # installed in the container. To keep things simple, use
71+
# # "actions/checkout@v1" instead.
72+
# # https://github.com/actions/checkout/issues/334
73+
# - uses: actions/checkout@v1
74+
# - name: Run tests
75+
# run: pytest-3

0 commit comments

Comments
 (0)