Skip to content

Commit

Permalink
Update tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Dec 16, 2020
1 parent 51c80ce commit 523b109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ build_python38() {
}

build_python39() {
build_python_version py38-python
build_python_version py39-python
}

build_python_cpp() {
Expand Down Expand Up @@ -413,7 +413,7 @@ build_python38_cpp() {
}

build_python39_cpp() {
build_python_cpp_version py38-cpp
build_python_cpp_version py39-cpp
}

build_python_compatibility() {
Expand Down

0 comments on commit 523b109

Please sign in to comment.