Skip to content

Commit 04e0de3

Browse files
committed
wip
1 parent 6ec8426 commit 04e0de3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939
- run: pip install -e '.[build,dev]'
4040
- 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
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
4545
- run: pip install "Django==${{ matrix.django-version }}.*"
4646
- run: make test
4747

0 commit comments

Comments
 (0)