Skip to content

Commit 29256c9

Browse files
Change tests location
1 parent a742946 commit 29256c9

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

tests/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)