mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
👷 tweak ci build for readability
This commit is contained in:
parent
68b522ea4a
commit
7db1c32e4d
1 changed files with 7 additions and 2 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue