Skip to content

Commit

Permalink
add cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Zhang authored and Kevin Zhang committed Oct 24, 2024
1 parent ee1fb51 commit c4a581a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
cd core
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
Expand Down

0 comments on commit c4a581a

Please sign in to comment.