mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 13:04:47 +08:00
fix ci job
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: "Typecheck Django test suite"
|
- name: "Typecheck Django test suite"
|
||||||
python: 3.7
|
python: 3.7
|
||||||
script: |
|
script: |
|
||||||
./scripts/typecheck_django_tests.xsh
|
xonsh ./scripts/typecheck_django_tests.xsh
|
||||||
|
|
||||||
before_install: |
|
before_install: |
|
||||||
# Upgrade pip, setuptools, and wheel
|
# Upgrade pip, setuptools, and wheel
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
#!/usr/local/bin/xonsh
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
if not os.path.exists('./django-sources'):
|
if not os.path.exists('./django-sources'):
|
||||||
git clone -b stable/2.1.x https://github.com/django/django.git django-sources
|
git clone -b stable/2.1.x https://github.com/django/django.git django-sources
|
||||||
|
|||||||
Reference in New Issue
Block a user