Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Suggested-by: spellintian
  • Loading branch information
pabs3 authored and Michael Howitz committed Aug 17, 2021
1 parent aa4e757 commit c6b7014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: [ "opened", "reopened", "synchronize" ]
schedule:
- cron: '0 12 * * 0' # run once a week on Sunday
# Allow to run this workflow manually from the Actions tab
# Allows running this workflow manually from the Actions tab
workflow_dispatch:

env:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup python
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Changelog
Features
++++++++

- Allow to use a ``str`` as condition for
- Allows using a ``str`` as condition for
``@pytest.mark.flaky(condition)``
which gets evaluated dynamically similarly to
``@pytest.mark.skipif(condition)``.
Expand Down

0 comments on commit c6b7014

Please sign in to comment.