Skip to content

Commit 26e749d

Browse files
committed
give up on testing based on build artifact
1 parent 5b07c93 commit 26e749d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,7 @@ jobs:
3636
- uses: actions/setup-python@v5
3737
with:
3838
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
39+
- run: pip install -e '.[dev]'
4540
- run: pip install "Django==${{ matrix.django-version }}.*"
4641
- run: make test
4742

0 commit comments

Comments
 (0)