Skip to content

Commit

Permalink
feat: updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lc_hd committed Nov 7, 2023
1 parent 11e3664 commit 8521c4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: python -c "import sys; print(sys.version)"

- name: Install Requirements
run:
-python -m pip install --upgrade pip
-pip install -r requirements.txt
- run: |
python -m pip install --upgrade pip
pip install -r requirements.txt

0 comments on commit 8521c4f

Please sign in to comment.