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 bb0d9d1 commit e3eece8Copy full SHA for e3eece8
.github/workflows/run_tests.yml
@@ -47,13 +47,6 @@ jobs:
47
sudo apt-get update && apt-get upgrade -y && \
48
apt-get install -y software-properties-common
49
50
- # add extra repos
51
- sudo apt-add-repository multiverse && \
52
- apt-add-repository universe && \
53
- add-apt-repository ppa:graphics-drivers/ppa && \
54
- add-apt-repository ppa:deadsnakes/ppa && \
55
- apt-get update && apt-get upgrade -y
56
-
57
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
0 commit comments