Skip to content

Commit

Permalink
Decoment test script
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpjesus authored May 31, 2024
1 parent e0a284a commit 4ccf187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
export CONDA=${HOME}/miniconda
export PATH=${CONDA}/bin:${PATH}
$GITHUB_WORKSPACE/.ci/setup.sh || exit -1
# $GITHUB_WORKSPACE/.ci/test.sh || exit -1
$GITHUB_WORKSPACE/.ci/test.sh || exit -1
all-successful:
# https://github.community/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957/4?u=graingert
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4ccf187

Please sign in to comment.