Skip to content

Commit

Permalink
ci: indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Oct 19, 2021
1 parent efed48e commit eb11f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
set -euxo pipefail
if [ "${{matrix.python-version}}" = 3.3 ]; then
python3 -m pip install -U \
"tox<3" "pluggy<0.10" "setuptools<40" "virtualenv<15.2"
"tox<3" "pluggy<0.10" "setuptools<40" "virtualenv<15.2"
tox -e py33 # no support for --skip-missing-interpreters false
else
python3 -m pip install -U tox codecov \
Expand Down

0 comments on commit eb11f6c

Please sign in to comment.