Skip to content

Commit 086e88e

Browse files
authored
Merge pull request #444 from P2GX/hotfix-do-not-run-tests-in-release
Do not install and test before release
2 parents f9925a5 + 2b95dcd commit 086e88e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
uses: actions/setup-python@v5
1616
with:
1717
python-version: "3.12"
18-
- name: Install the package
19-
run: python -m pip install --editable .[test]
20-
- name: Run tests
21-
run: pytest
2218
- name: Install build libraries
2319
run: python3 -m pip install build
2420
- name: Build package

0 commit comments

Comments
 (0)