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 ffef0bb commit bb0d9d1Copy full SHA for bb0d9d1
.github/workflows/run_tests.yml
@@ -54,7 +54,7 @@ jobs:
54
add-apt-repository ppa:deadsnakes/ppa && \
55
apt-get update && apt-get upgrade -y
56
57
- sudo apt-get install -y python3-dev python3-pip python3.11 python3.11-dev
+ sudo apt-get install -y --no-install-recommends python3-dev python3-pip python3.11 python3.11-dev
58
59
sudo echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections
60
sudo apt-get install -y --no-install-recommends fontconfig ttf-mscorefonts-installer
0 commit comments