Skip to content

Commit 03ee303

Browse files
committed
Remove pytest installation as it's covered in pyproject.toml
1 parent ed53948 commit 03ee303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
pip install --upgrade pip
6767
pip install -v .
68-
python -m pip install build setuptools wheel twine pytest
68+
python -m pip install build setuptools wheel twine
6969
7070
- name: Build Source Distribution
7171
run: |

0 commit comments

Comments
 (0)