Skip to content

Commit

Permalink
Re-enable
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Nov 26, 2024
1 parent fb7120e commit 6fd6bc0
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,28 +48,28 @@ jobs:
- name: Check style
run: black --check --diff .

# test-deb10-i386:
# name: Python 3.7 on Debian 10 i386
# runs-on: ubuntu-latest
# container: i386/debian:10
# steps:
# - name: Install dependencies
# run: |
# apt-get update
# apt-get install -y --no-install-recommends \
# python3-matplotlib \
# python3-numpy \
# python3-pandas \
# python3-requests \
# python3-scipy \
# python3-soundfile \
# python3-pytest \
# git
# python3 --version
# # Note: "actions/checkout@v2" requires libstdc++6:amd64 to be
# # installed in the container. To keep things simple, use
# # "actions/checkout@v1" instead.
# # https://github.com/actions/checkout/issues/334
# - uses: actions/checkout@v1
# - name: Run tests
# run: pytest-3
test-deb10-i386:
name: Python 3.7 on Debian 10 i386
runs-on: ubuntu-latest
container: i386/debian:10
steps:
- name: Install dependencies
run: |
apt-get update
apt-get install -y --no-install-recommends \
python3-matplotlib \
python3-numpy \
python3-pandas \
python3-requests \
python3-scipy \
python3-soundfile \
python3-pytest \
git
python3 --version
# Note: "actions/checkout@v2" requires libstdc++6:amd64 to be
# installed in the container. To keep things simple, use
# "actions/checkout@v1" instead.
# https://github.com/actions/checkout/issues/334
- uses: actions/checkout@v1
- name: Run tests
run: pytest-3

0 comments on commit 6fd6bc0

Please sign in to comment.