We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b07c93 commit 26e749dCopy full SHA for 26e749d
.github/workflows/ci.yml
@@ -36,12 +36,7 @@ jobs:
36
- uses: actions/setup-python@v5
37
with:
38
python-version: ${{ matrix.python-version }}
39
- - run: pip install -e '.[build,dev]'
40
- - run: python -m build
41
- - name: Make sure tests use dist instead of source
42
- run: |
43
- rm -rf django_object_actions
44
- pip install --force-reinstall dist/*.whl
+ - run: pip install -e '.[dev]'
45
- run: pip install "Django==${{ matrix.django-version }}.*"
46
- run: make test
47
0 commit comments