Skip to content

Commit 0573831

Browse files
committed
Merge branch 'main' into develop
2 parents 6873803 + 086e88e commit 0573831

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)