Skip to content

Commit

Permalink
Python 3.12 doesn't have distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Feb 25, 2025
1 parent 41e9279 commit 1af42d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.12
python-version: 3.10
- name: Install Dependencies
run: |
pip install mypy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.12
python-version: 3.10
- name: Install Dependencies
run: |
pip install -r requirements-backend.txt
Expand Down

0 comments on commit 1af42d4

Please sign in to comment.