We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53042e1 commit c73ac2eCopy full SHA for c73ac2e
.github/workflows/test.yml
@@ -38,18 +38,20 @@ jobs:
38
- name: Check style
39
run: uv run --extra dev black --check --diff .
40
41
- test-deb10-i386:
42
- name: Python 3.7 on Debian 10 i386
+ test-deb11-i386:
+ name: Python 3.7 on Debian 11 i386
43
runs-on: ubuntu-latest
44
- container: i386/debian:10
+ container: i386/debian:11
45
steps:
46
- name: Install dependencies
47
run: |
48
apt-get update
49
apt-get install -y --no-install-recommends \
50
+ python3-fsspec \
51
python3-matplotlib \
52
python3-numpy \
53
python3-pandas \
54
+ python3-pip \
55
python3-requests \
56
python3-scipy \
57
python3-soundfile \
0 commit comments