Skip to content

Commit

Permalink
use python3.10 for code format check
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jul 12, 2024
1 parent 6d0c0df commit 46802fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/format-typing-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install ruff and mypy
run: |
pip install ruff mypy typing_extensions types-Deprecated types-beautifulsoup4 types-jsonschema pandas-stubs
Expand Down

0 comments on commit 46802fc

Please sign in to comment.