We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec8426 commit 04e0de3Copy full SHA for 04e0de3
.github/workflows/ci.yml
@@ -38,10 +38,10 @@ jobs:
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
+ # - name: Make sure tests use dist instead of source
+ # run: |
+ # rm -rf django_object_actions
+ # pip install --force-reinstall dist/*.whl
45
- run: pip install "Django==${{ matrix.django-version }}.*"
46
- run: make test
47
0 commit comments