Skip to content

Commit

Permalink
Merge 1ed38a6 into a62aabc
Browse files Browse the repository at this point in the history
  • Loading branch information
arturponinski authored Feb 4, 2022
2 parents a62aabc + 1ed38a6 commit 07fada6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wheel
setuptools
pytest-cov==2.12.0
pytest>=4.6.6
pytest<7.0.0
tox
coveralls
coverage
Expand Down

0 comments on commit 07fada6

Please sign in to comment.