Skip to content

feat: updated bulk email context for updated footer #4278

feat: updated bulk email context for updated footer

feat: updated bulk email context for updated footer #4278

name: Check Python Dependencies
on:
pull_request:
jobs:
check_dependencies:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install repo-tools
run: pip install edx-repo-tools[find_dependencies]
- name: Install setuptool
run: pip install setuptools
- name: Run Python script
run: |
find_python_dependencies \
--req-file requirements/edx/base.txt \
--req-file requirements/edx/testing.txt \
--ignore https:/edx/codejail-includes \
--ignore https:/edx/braze-client \
--ignore https:/edx/edx-name-affirmation \
--ignore https:/mitodl/edx-sga \
--ignore https:/edx/token-utils \
--ignore https:/open-craft/xblock-poll