Skip to content

Commit fcfb714

Browse files
authored
Remove SFR_III debugging step from python-tests.yml
Removed debugging step for SFR_III function from CI workflow.
1 parent 3e83932 commit fcfb714

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,7 @@ jobs:
4242
- name: Install package
4343
run: |
4444
pip install -e .
45-
46-
- name: Debug SFR_III function
47-
env:
48-
CLASSDIR: ${{ github.workspace }}/class_public
49-
run: |
50-
python -c "import zeus21; from zeus21.sfrd import SFR_III; import inspect; print('SFR_III parameters:', inspect.signature(SFR_III)); print('Parameter count:', len(inspect.signature(SFR_III).parameters))"
51-
45+
5246
- name: Run tests with coverage
5347
env:
5448
CLASSDIR: ${{ github.workspace }}/class_public
@@ -64,4 +58,4 @@ jobs:
6458
flags: unittests
6559
name: codecov-umbrella
6660
verbose: true
67-
fail_ci_if_error: false
61+
fail_ci_if_error: false

0 commit comments

Comments
 (0)