Skip to content

Commit

Permalink
Use Python 3.8 in job checking action
Browse files Browse the repository at this point in the history
This helps detect the use of unsupported language features.
Unfortunately there's no easy way to detect use of unsupported library
features.

Other tasks stay on the latest Python version.

Signed-off-by: Tu Dinh <ngoc-tu.dinh@vates.tech>
  • Loading branch information
dinhngtu committed Feb 19, 2025
1 parent 358665a commit f2a52cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jobs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f2a52cc

Please sign in to comment.