Skip to content

Commit 7cdf7be

Browse files
CavRileymbrzus
authored andcommitted
RM: removed unused code form github action runner
1 parent 327d947 commit 7cdf7be

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/pr_to_main.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,10 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install -r requirements_dev.txt
29-
pip install sphinx sphinx-rtd-theme # Install Sphinx and a theme (e.g., Read the Docs theme)
3029
3130
- name: Run pre-commit hooks
3231
run: pre-commit run --all-files
3332

3433
- name: Run tests
3534
working-directory: ./tests
36-
run: pytest -rP
37-
# git lfs fetch --all
38-
#pytest
39-
40-
# export PYTHONPATH="${PYTHONPATH}:$(dirname $(pwd))"
41-
42-
# - name: Build documentation with Sphinx
43-
# run: |
44-
# sphinx-build -b html src/dcm_classifier documentation
35+
run: pytest

0 commit comments

Comments
 (0)