Skip to content

Commit cc2eef5

Browse files
committed
Comment out test execution step in GitHub Actions workflow
1 parent e41b9b5 commit cc2eef5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
echo "VERSION=$VERSION" >> $GITHUB_ENV
3838
echo "Version read: $VERSION"
3939
40-
# 5. Optionally run tests
41-
- name: Run tests
42-
run: |
43-
python -m pip install -e .[dev]
44-
pytest tests
40+
# # 5. Optionally run tests
41+
# - name: Run tests
42+
# run: |
43+
# python -m pip install -e .[dev]
44+
# pytest tests
4545

4646
# 6. Create release & tag via GH CLI
4747
- name: Create release (auto-tag)

0 commit comments

Comments
 (0)