Skip to content

Commit

Permalink
Update .github/workflows/pytest.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Donald Campbell <[email protected]>
  • Loading branch information
khoroshevskyi and donaldcampbelljr authored Feb 8, 2024
1 parent d36f82c commit f46836f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

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

- name: Install package
Expand Down

0 comments on commit f46836f

Please sign in to comment.