Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
Update setup-python to v4
  • Loading branch information
JCaporuscio authored May 17, 2023
1 parent a7d5767 commit aa0e451
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'pip'
- name: Install Python Dependencies
run: |
pip install -r requirements.txt
Expand Down Expand Up @@ -40,9 +41,10 @@ jobs:
- name: Checkout dev
run: |
git fetch origin dev --depth=1
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'pip'
- name: Install Dependencies
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit aa0e451

Please sign in to comment.