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
fixup
  • Loading branch information
methane committed May 25, 2023
commit f7af7bb06f9c4401250a4b8bbdfb1dea9f418c1c
2 changes: 1 addition & 1 deletion .github/workflows/django.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}}
python-version: ${{ matrix.python }}

- name: Install mysqlclient
run: |
Expand Down
0