@@ -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