Skip to content

Commit

Permalink
Merge pull request #249 from openedx/bszabo/TNL-10182-testeng-ci
Browse files Browse the repository at this point in the history
chore: TNL-10182 testeng-ci from edx
  • Loading branch information
bszabo authored Oct 25, 2022
2 parents 3558da8 + 19f623a commit 8a68176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v1
with:
ref: ${{ env.target_branch }}

- name: setup python
uses: actions/setup-python@v2
with:
Expand All @@ -39,7 +39,7 @@ jobs:
- name: setup testeng-ci
run: |
git clone https://github.com/openedx/testeng-ci.git
git clone https://github.com/edx/testeng-ci.git
cd $GITHUB_WORKSPACE/testeng-ci
pip install -r requirements/base.txt
- name: create pull request
Expand Down

0 comments on commit 8a68176

Please sign in to comment.