Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide-sd committed Mar 18, 2024
1 parent fe1d1f5 commit 05d89c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Python versions, on the minimal installation version of the package.
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python package
name: Python package minimum installation version

on:
push:
Expand Down Expand Up @@ -33,5 +33,5 @@ jobs:
python -m pip install pytest pytest-mock
- name: Test with pytest
with:
run: pytest
run: |
pytest

0 comments on commit 05d89c1

Please sign in to comment.