Skip to content

Commit

Permalink
tox is breaking weirdly with too much parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed Oct 8, 2022
1 parent 2858910 commit f562c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
fi
fi

tox -p auto
tox -p 3

export TAG="v${1}"
git tag "${TAG}"
Expand Down

0 comments on commit f562c57

Please sign in to comment.