Skip to content

Commit ac9129e

Browse files
committed
update git workflow
1 parent 2b8d1f2 commit ac9129e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tools/run_python_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function python_mypi_lint() {
2828

2929
# OpenAI agents Python examples
3030
pushd $PROJECT_ROOT/openai-agents/template && python_mypi_lint && popd
31-
pushd $PROJECT_ROOT/openai-agents/tour-of-agents && python_mypi_lint &&
31+
pushd $PROJECT_ROOT/openai-agents/tour-of-agents && python_mypi_lint && popd
3232
pushd $PROJECT_ROOT/openai-agents/examples && python_mypi_lint && popd
3333

3434
# Google ADK agents Python examples

0 commit comments

Comments
 (0)