Skip to content

Commit

Permalink
MODIFIED: ci cd pipeline added this --use-deprecated=legacy-resolver …
Browse files Browse the repository at this point in the history
…in requirements.txt
  • Loading branch information
AquibPy committed May 29, 2024
1 parent c7729a8 commit b22f6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.txt --use-deprecated=legacy-resolver
- name: Run Tests
run: |
Expand Down

0 comments on commit b22f6c3

Please sign in to comment.