Skip to content

Commit

Permalink
Update backend-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdr21001 authored Apr 26, 2025
1 parent 0c16e1a commit c0f06a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -r requirements.txt # Ensure all dependencies are installed, including requests
- name: Cache Python dependencies
uses: actions/cache@v3 # Using the latest stable version
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
python -m venv venv
source venv/bin/activate
pip install -r backend/requirements.txt
pip install -r backend/requirements.txt # Ensure all dependencies are installed, including requests
pip install pytest-html
- name: Cache Python dependencies
Expand Down

0 comments on commit c0f06a2

Please sign in to comment.