Skip to content

Commit

Permalink
updated test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jan 15, 2024
1 parent d41ebe1 commit 256f5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 256f5f5

Please sign in to comment.