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:
31
31
- name : Upgrade pip version
32
32
run : |
33
33
python -m pip install -U pip
34
+
35
+ - name : Install test requirements/linters
36
+ run : pip install -r tests/requirements.txt
37
+
34
38
- name : Upgrade django version
35
39
run : |
36
40
python -m pip install "Django~=${{ matrix.django-version }}"
37
41
38
- - name : Install test requirements/linters
39
- run : pip install -r elastic_panel/test/requirements.txt
40
42
- name : Run pre-commit
41
43
run : pre-commit run --all-files
42
44
43
45
44
46
build-n-publish :
45
47
name : Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
46
- runs-on : ubuntu-20.04
48
+ runs-on : ubuntu-latest
47
49
steps :
48
50
- uses : actions/checkout@v2
49
51
- 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