Skip to content

Commit

Permalink
TST: Bump setup-python in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Dec 8, 2022
1 parent bec9875 commit 17efb7c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read

jobs:
initial_check:
name: Mandatory checks before CI
Expand Down Expand Up @@ -41,7 +44,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Lint with flake8
Expand All @@ -67,7 +70,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install and build
Expand All @@ -86,7 +89,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install and build
Expand All @@ -105,7 +108,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install and build
Expand Down

0 comments on commit 17efb7c

Please sign in to comment.