Skip to content

Commit 31e8463

Browse files
committed
Re-enable
1 parent 8e90adb commit 31e8463

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/test.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -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)