Skip to content

Commit

Permalink
test python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeenali12 committed Sep 4, 2023
1 parent ca90461 commit 7c89c93
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,8 @@ jobs:
USER_REVIEWERS: ${{ inputs.user_reviewers }}
TEAM_REVIEWERS: ${{ inputs.team_reviewers }}
run: |
ls
echo "$GITHUB_WORKSPACE"
cd $GITHUB_WORKSPACE
ls
cd $GITHUB_WORKSPACE/testeng-ci
python --version
python -m jenkins.pull_request_creator --repo-root=$GITHUB_WORKSPACE \
--target-branch="$TARGET_BRANCH" --base-branch-name="upgrade-python-requirements" \
--commit-message="chore: Updating Python Requirements" --pr-title="Python Requirements Update" \
Expand Down

0 comments on commit 7c89c93

Please sign in to comment.