From 1ed38a6c2a97619f02d234a1194c7f3eba69a1ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Poni=C5=84ski?= Date: Fri, 4 Feb 2022 17:31:58 +0100 Subject: [PATCH] Fix typos in test-changes github action --- .github/workflows/test-changes.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-changes.yml b/.github/workflows/test-changes.yml index 0aa067e7..bce09463 100644 --- a/.github/workflows/test-changes.yml +++ b/.github/workflows/test-changes.yml @@ -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 @@ -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"