From f7ea64581e18a96af4af3de3fe75cb18a4300bef Mon Sep 17 00:00:00 2001 From: bc299 Date: Sat, 23 Sep 2023 14:35:41 -0400 Subject: [PATCH] corrected pytest_runner settings --- .github/workflows/pytest_runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest_runner.yml b/.github/workflows/pytest_runner.yml index 41310bca..6dc27173 100644 --- a/.github/workflows/pytest_runner.yml +++ b/.github/workflows/pytest_runner.yml @@ -12,7 +12,7 @@ jobs: with: python-version: '3.10' - name: Install dependencies - run: pip install -r requirements.txt + run: pip install -r dev-requirements.txt - name: Test with pytest run: pytest -v --pycodestyle \ No newline at end of file