8000 CI: Run Django test by methane · Pull Request #1121 · PyMySQL/PyMySQL · GitHub
[go: up one dir, main page]

Skip to content

CI: Run Django test #1121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
May 25, 2023
Prev Previous commit
Next Next commit
git mv
  • Loading branch information
methane committed May 25, 2023
commit e4d2c585bd9259a5c7860ef5bbcc186350ba2853
2 changes: 1 addition & 1 deletion django.yaml → .github/workflows/django.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
PIP_NO_PYTHON_VERSION_WARNING: 1
PIP_DISABLE_PIP_VERSION_CHECK: 1
DJANGO_VERSION: "3.2.19"
# DJANGO_VERSION: "3.2.19"
strategy:
matrix:
include:
Expand Down
0