File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,15 @@ jobs:
3333 - name : Check source code format
3434 run : uv run --extra dev black --check --diff .
3535
36- test-deb10 -i386 :
36+ test-deb11 -i386 :
3737 runs-on : ubuntu-latest
38- container : i386/debian:10
38+ container : i386/debian:11
3939 steps :
4040 - name : Install dependencies
4141 run : |
4242 apt-get update
4343 apt-get install -y --no-install-recommends \
44+ python3-fsspec \
4445 python3-matplotlib \
4546 python3-numpy \
4647 python3-pandas \
4950 python3-scipy \
5051 python3-soundfile \
5152 python3-pytest \
52- git
53- pip install fsspec>=2023.10.0
53+
5454 # Note: "actions/checkout@v2" requires libstdc++6:amd64 to be
5555 # installed in the container. To keep things simple, use
5656 # "actions/checkout@v1" instead.
You can’t perform that action at this time.
0 commit comments