Skip to content

Commit bb0d9d1

Browse files
committed
Test workflow fix III.
1 parent ffef0bb commit bb0d9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
add-apt-repository ppa:deadsnakes/ppa && \
5555
apt-get update && apt-get upgrade -y
5656
57-
sudo apt-get install -y python3-dev python3-pip python3.11 python3.11-dev
57+
sudo apt-get install -y --no-install-recommends python3-dev python3-pip python3.11 python3.11-dev
5858
5959
sudo echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections
6060
sudo apt-get install -y --no-install-recommends fontconfig ttf-mscorefonts-installer

0 commit comments

Comments
 (0)