We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9925a5 + 2b95dcd commit 086e88eCopy full SHA for 086e88e
1 file changed
.github/workflows/release.yml
@@ -15,10 +15,6 @@ jobs:
15
uses: actions/setup-python@v5
16
with:
17
python-version: "3.12"
18
- - name: Install the package
19
- run: python -m pip install --editable .[test]
20
- - name: Run tests
21
- run: pytest
22
- name: Install build libraries
23
run: python3 -m pip install build
24
- name: Build package
0 commit comments