From bd18a19edd1ea312f19ec309e1e3448c78ec88e7 Mon Sep 17 00:00:00 2001 From: "Justin D. Harris" Date: Thu, 16 Dec 2021 19:03:17 -0500 Subject: [PATCH] CI: Try to get builld working (#3) --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f91702b..80b833b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: "Test" +name: "CI Build & Test" on: push: @@ -31,7 +31,6 @@ jobs: - name: Install Dependencies run: | - python -m pip install --upgrade pip poetry install - name: Lint