Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Feb 8, 2023
1 parent 7f01872 commit d06db7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- name: Install setuptools
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pytest >=7.2, < 7.3
pytest-asyncio >=0.20.3, < 0.21

# linter
pre-commit >= 2.20, < 2.21
pre-commit >= 3.0, < 3.1

0 comments on commit d06db7a

Please sign in to comment.