From 7c5fb1ba1ad0e38d04d005ab1e4db664a3925517 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Oct 2019 05:17:59 -0700 Subject: [PATCH] more CI testing --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1eb26c0..be97d508 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: 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 + sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools pip3 install pylint - name: Run a multi-line script run: | diff --git a/README.md b/README.md index 98d22e73..b012cdf4 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ The app framework powering BombSquad.. -https://github.com/efroemling/ballistica/workflows/CI/badge.svg +![](https://github.com/efroemling/ballistica/workflows/CI/badge.svg)