Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Sep 26, 2023
1 parent 4538a51 commit e9b09fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/setup-python@v3
- name: Set up Python3
uses: actions/setup-python@v4
with:
python-version: "3.x"
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e9b09fd

Please sign in to comment.