Skip to content

Commit

Permalink
don't require dev dependencies for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Feb 14, 2024
1 parent d11571e commit c963619
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dev dependencies
run: if [ -f requirements/requirements-dev.txt ]; then pip install -r requirements/requirements-dev.txt; fi

- name: Install test dependencies
run: if [ -f requirements/requirements-test.txt ]; then pip install -r requirements/requirements-test.txt; fi

Expand Down

0 comments on commit c963619

Please sign in to comment.