We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327d947 commit 7cdf7beCopy full SHA for 7cdf7be
.github/workflows/pr_to_main.yml
@@ -26,19 +26,10 @@ jobs:
26
run: |
27
python -m pip install --upgrade pip
28
pip install -r requirements_dev.txt
29
- pip install sphinx sphinx-rtd-theme # Install Sphinx and a theme (e.g., Read the Docs theme)
30
31
- name: Run pre-commit hooks
32
run: pre-commit run --all-files
33
34
- name: Run tests
35
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
+ run: pytest
0 commit comments