Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwanghan committed Oct 17, 2023
1 parent 897f4c3 commit 073c55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.9

- name: Install packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ black
flake8
mypy
mkdocs
mkdocs-material
mkdocs-material>=9.4.6
mkdocstrings[python]
isort
pre-commit
Expand Down

0 comments on commit 073c55d

Please sign in to comment.