Skip to content

Commit 3794f92

Browse files
committed
update tests to run on debian 11
1 parent de1483c commit 3794f92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 \
@@ -49,8 +50,7 @@ jobs:
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.

0 commit comments

Comments
 (0)