From eeb3957ad283647688c0081ad0675cdaa903ed48 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Oct 2019 12:35:59 -0700 Subject: [PATCH] tidying up ci workflow --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eef30fbd..54a36efc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,6 @@ jobs: - uses: actions/checkout@v1 - name: Set up tools run: | - export DEBIAN_FRONTEND=noninteractive sudo apt-add-repository -y ppa:deadsnakes/ppa sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools sudo python3.7 -m pip install pylint mypy typing-extensions pytz