File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,21 @@ jobs:
3131 - name : Upgrade pip version
3232 run : |
3333 python -m pip install -U pip
34+
35+ - name : Install test requirements/linters
36+ run : pip install -r tests/requirements.txt
37+
3438 - name : Upgrade django version
3539 run : |
3640 python -m pip install "Django~=${{ matrix.django-version }}"
3741
38- - name : Install test requirements/linters
39- run : pip install -r elastic_panel/test/requirements.txt
4042 - name : Run pre-commit
4143 run : pre-commit run --all-files
4244
4345
4446 build-n-publish :
4547 name : Build and publish Python π distributions π¦ to PyPI and TestPyPI
46- runs-on : ubuntu-20.04
48+ runs-on : ubuntu-latest
4749 steps :
4850 - uses : actions/checkout@v2
4951 - name : Set up Python ${{ matrix.python-version }}
File renamed without changes.
File renamed without changes.
You canβt perform that action at this time.
0 commit comments