Skip to content

Commit c73ac2e

Browse files
committed
resolve test conflict
1 parent 53042e1 commit c73ac2e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,20 @@ jobs:
3838
- name: Check style
3939
run: uv run --extra dev black --check --diff .
4040

41-
test-deb10-i386:
42-
name: Python 3.7 on Debian 10 i386
41+
test-deb11-i386:
42+
name: Python 3.7 on Debian 11 i386
4343
runs-on: ubuntu-latest
44-
container: i386/debian:10
44+
container: i386/debian:11
4545
steps:
4646
- name: Install dependencies
4747
run: |
4848
apt-get update
4949
apt-get install -y --no-install-recommends \
50+
python3-fsspec \
5051
python3-matplotlib \
5152
python3-numpy \
5253
python3-pandas \
54+
python3-pip \
5355
python3-requests \
5456
python3-scipy \
5557
python3-soundfile \

0 commit comments

Comments
 (0)