Skip to content

Commit

Permalink
github action ymal fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahMansoor123 committed Sep 5, 2024
1 parent 31cee7e commit 04863bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Step#3 Install dependencies
- name: Install dependencies
run: |
python -m pip intall --upgrade pip
python -m pip install --upgrade pip
pip install -r requirements.txt
# Step#4 Run tests
Expand Down

0 comments on commit 04863bc

Please sign in to comment.