Skip to content

Commit

Permalink
install system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshsadhwani99 committed Aug 12, 2024
1 parent 080f6ac commit d6559d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ jobs:
uses: actions/checkout@v3

# Backend Setup and Testing
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential python3-dev
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.9"

- name: Install Backend Dependencies
run: pip install -r requirements.txt
Expand Down

0 comments on commit d6559d9

Please sign in to comment.