From 907047d5643b27a64245cc993e4d72d68996ae80 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Fri, 24 Jul 2020 23:54:52 -0500 Subject: [PATCH] Install feedparser --- .github/workflows/test-waylonwalker-com.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-waylonwalker-com.yml b/.github/workflows/test-waylonwalker-com.yml index beae5b6..cff849b 100644 --- a/.github/workflows/test-waylonwalker-com.yml +++ b/.github/workflows/test-waylonwalker-com.yml @@ -31,7 +31,7 @@ jobs: with: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - - run: pip install testproject-python-sdk + - run: pip install testproject-python-sdk feedparser - name: Run TestProject Agent env: TP_API_KEY: ${{ secrets.TP_API_KEY }}