Install feedparser

This commit is contained in:
Waylon Walker 2020-07-24 23:54:52 -05:00 committed by GitHub
parent cf982e0326
commit 907047d564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}