Skip to content

Commit

Permalink
[test] Upgrade to Python 3.8 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bruntib committed Mar 14, 2023
1 parent eac25bc commit d09a1ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.6'
python-version: '3.8'
- name: Install dependencies
run: |
pip install $(grep -iE "pylint|pycodestyle" analyzer/requirements_py/dev/requirements.txt)
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.6'
python-version: '3.8'
- name: Setup Bazel
uses: abhinavsingh/setup-bazel@v3
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.6'
python-version: '3.8'

- name: Install dependencies
run: sh .github/workflows/install-deps.sh
Expand All @@ -111,7 +111,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.6'
python-version: '3.8'

- name: Install requirements
working-directory: codechecker_common
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.6'
python-version: '3.8'

- name: Install dependencies
run: sh .github/workflows/install-deps.sh
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.6'
python-version: '3.8'
- uses: actions/setup-node@v1
with:
node-version: '16.x'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nose==1.3.7
pycodestyle==2.4.0
pylint==1.9.4
pylint==2.17.0

0 comments on commit d09a1ac

Please sign in to comment.