Skip to content

Commit

Permalink
version updated and naming for PR on python sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-malikov_GIDT committed Sep 5, 2024
1 parent 2fa0ac4 commit 8d9652b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-python-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ jobs:
cd $SDK_REPO_DIR
gh pr create \
--title "Auto-generated SDK" \
--body "This PR includes the autogenerated SDKs." \
--body "This PR includes the autogenerated SDKs. ${{ github.ref_name }}" \
--head "${{ github.ref_name }}" \
--base "${{ inputs.python_sdk_pr_base_branch }}"
2 changes: 1 addition & 1 deletion sdk-blueprints/python/generate-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ output_api_dir="$4/$package_name"
templates_dir="$blueprints_dir/templates"

# Extract the specification version
spec_version="0.0.105"
spec_version="0.0.106"

echo "Generating Visier API $package_name $spec_version $spec_file"

Expand Down
2 changes: 1 addition & 1 deletion sdk-blueprints/python/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SEARCH_PATH=$1
# Find directories matching the pattern and run tox tests
while IFS= read -r dir; do
cd "$dir"
if ! tox -p 3; then
if ! tox -p 2; then
error_flag=1
fi
cd - > /dev/null
Expand Down

0 comments on commit 8d9652b

Please sign in to comment.