Skip to content

Commit

Permalink
TEST CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsi committed Jun 9, 2022
1 parent 5c00fdb commit f42b668
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/core-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
fi
conda list -n test
- name: Setup tmate session
if: ${{ matrix.python-version == '3.9' }}
uses: mxschmitt/action-tmate@v3

- name: Test with pytest
env:
WITH_HADOOP: ${{ matrix.with-hadoop }}
Expand Down
2 changes: 1 addition & 1 deletion ci/reload-env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

export UNAME="$(uname | awk '{print tolower($0)}')"
export PYTEST_CONFIG_WITHOUT_COV="--log-level=DEBUG --timeout=1500 -W ignore::PendingDeprecationWarning"
export PYTEST_CONFIG_WITHOUT_COV="-v --log-level=DEBUG --timeout=1500 -W ignore::PendingDeprecationWarning"
export PYTEST_CONFIG="$PYTEST_CONFIG_WITHOUT_COV --cov-config=setup.cfg --cov-report= --cov=mars"

if [[ "$GITHUB_REF" =~ ^"refs/tags/" ]]; then
Expand Down

0 comments on commit f42b668

Please sign in to comment.