👷 tweak ci build for readability

This commit is contained in:
Jacob Kaplan-Moss 2019-12-25 10:33:50 -05:00
parent 68b522ea4a
commit 7db1c32e4d

View file

@ -23,13 +23,18 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Run Tests
- name: Install dependencies
run: |
echo "${{ matrix.python-version }} -> ${{ matrix.django-version }}"
pip install -U pip
pip install "Django~=${{ matrix.django-version }}.0" .
- name: Run Tests
run: |
echo "$(python --version) / Django $(django-admin --version)"
python test_dj_database_url.py