From c8f8736637b6927a7d9a061057dc573eafd0a0e5 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 26 Jul 2020 03:11:40 +0000 Subject: [PATCH] switch to requirements.txt --- .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 e020edd..3b2cef6 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 feedparser + - run: pip install -r requirements.txt - name: Run TestProject Agent env: TP_API_KEY: ${{ secrets.TP_API_KEY }}