Skip to content

Commit

Permalink
⬆️ CI/CD: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCelmer committed Jan 24, 2024
1 parent 3764641 commit 8df784d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: ⚙️ Set up Python 3.9
- name: ⚙️ Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.11"
- name: ⚙️ Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-app-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: ⚙️ Set up Python 3.9
- name: ⚙️ Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.11"
- name: ⚙️ Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-upy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: ⚙️ Set up Python 3.9
- name: ⚙️ Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.11"
- name: ⚙️ Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 8df784d

Please sign in to comment.