From 256f5f5d0123e1f875b0311580f8480dcad4a261 Mon Sep 17 00:00:00 2001 From: Khoroshevskyi Date: Mon, 15 Jan 2024 12:21:18 -0500 Subject: [PATCH] updated test dependencies --- .github/workflows/run-pytest-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-pytest-windows.yml b/.github/workflows/run-pytest-windows.yml index 54b4c99..b4839f7 100644 --- a/.github/workflows/run-pytest-windows.yml +++ b/.github/workflows/run-pytest-windows.yml @@ -23,7 +23,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install test dependencies - run: if [ -f requirements/requirements-test.txt ]; then pip install -r requirements/requirements-test.txt; fi + run: pip install -r requirements/requirements-test.txt - name: Install package run: python -m pip install .