From 376ffc9a0702359a53aa4b295535443ab3c03283 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 4 Jun 2021 02:10:59 +0530 Subject: revverting to requirements.txt --- .github/workflows/Flask-Tests.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '.github/workflows/Flask-Tests.yaml') diff --git a/.github/workflows/Flask-Tests.yaml b/.github/workflows/Flask-Tests.yaml index 160ddfe..1032f0c 100644 --- a/.github/workflows/Flask-Tests.yaml +++ b/.github/workflows/Flask-Tests.yaml @@ -23,11 +23,10 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Dependencies - uses: VaultVulp/action-pipenv@v2.0.1 - with: - command: install --dev + run: | + python -m pip install --upgrade pip + pip install -r requirements.txt - name: Run Tests - uses: VaultVulp/action-pipenv@v2.0.1 - with: - command: run tests \ No newline at end of file + run: | + python -m pytest \ No newline at end of file -- cgit v1.2.3