Skip to content

Commit

Permalink
Merge pull request #155 from openedx/feanil/update_merge_requirements…
Browse files Browse the repository at this point in the history
…_prs

fix: Don't install tubular it's a  dead repo.
  • Loading branch information
feanil authored Nov 1, 2024
2 parents d578ba5 + 8e50713 commit 6e9f6df
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/merge-python-requirements-upgrade-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,6 @@ jobs:
with:
python-version: '3.11'

- name: Checkout tools repo
uses: actions/checkout@v4
with:
repository: openedx/tubular
path: tubular

- name: Setup tubular
run: |
cd tubular
pip install -e .
- name: Extract parameters from URL
run: |
url="${{ matrix.url }}"
Expand Down

0 comments on commit 6e9f6df

Please sign in to comment.