Skip to content

Commit

Permalink
Fix typos in test-changes github action
Browse files Browse the repository at this point in the history
  • Loading branch information
arturponinski committed Feb 4, 2022
1 parent 864c221 commit 1ed38a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
python -m pip install --prefer-binary -r requirements-remote.txt
echo "::endgroup::"
- name: Install optinal test dependencies for mode ${{ env.testing }}
- name: Install optional test dependencies for mode ${{ env.testing }}
if: matrix.os == 'ubuntu-latest' && matrix.python >= '3.7'
env:
DISABLE_BLOSC_AVX2: 1
Expand Down Expand Up @@ -110,11 +110,11 @@ jobs:
- name: Setup petl package
run: python setup.py sdist bdist_wheel

- name: Test python source code for mode ${{ env.testing }}
- name: Test python source code for mode simple
if: env.testing == 'simple'
run: pytest --cov=petl petl

- name: Test documentation inside source code for mode ${{ env.testing }}
- name: Test documentation inside source code for mode full
if: env.testing == 'full'
run: |
echo "::group::Install extra packages test dependencies"
Expand Down

0 comments on commit 1ed38a6

Please sign in to comment.