Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Sep 22, 2023
1 parent e8f8ce9 commit c2db536
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
pip install checkmanifest
pip install check-manifest
- name: check-manifest
run: |
check-manifest
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
rev: '1.0.1'
hooks:
- id: flynt
language_version: python3.8
language_version: python3.9
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ commands =
deps =
-r requirements-test.txt
-e .
checkmanifest: checkmanifest
checkmanifest: check-manifest
django22: Django==2.2.19
django30: Django==3.0.14
django31: Django==3.1.12
Expand Down

0 comments on commit c2db536

Please sign in to comment.