Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Dec 3, 2024
1 parent 4d789b2 commit 7a3fff0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scheduled_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
if [ -n "$WORKING_DIRECTORY_FORCE" ]; then
working_directory="[$WORKING_DIRECTORY_FORCE]"
fi
echo 'matrix={"python-version": $python_version, "working-directory": $working_directory}' >> $GITHUB_OUTPUT
matrix="{\"python-version\": $python_version, \"working-directory\": $working_directory}"
echo $matrix
echo "matrix=$matrix" >> $GITHUB_OUTPUT
build:
if: github.repository_owner == 'langchain-ai' || github.event_name != 'schedule'
name: Python ${{ matrix.python-version }} - ${{ matrix.working-directory }}
Expand Down

0 comments on commit 7a3fff0

Please sign in to comment.