You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit restructures the configuration of GH Actions CI and tox
by offloading the testing matrix to tox and letting the GH CI decide
only the Python and ES versions
- name: Run tests with Python ${{ matrix.python-version }} and Django ${{ matrix.django-version }} and elasticsearch-dsl-py ${{ matrix.es-dsl-version }}
63
+
- name: Run tox targets for ${{ matrix.python-version }}
0 commit comments