Skip to content

Commit

Permalink
BUG: updated python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
CavRiley committed Apr 2, 2024
1 parent dd046ff commit 331dc2b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/push_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10

- name: Install dependencies
run: |
Expand All @@ -33,12 +33,12 @@ jobs:
# coverage combine
# coverage report --format=text -m |tee tests/pytest-coverage.txt

# - name: Run tests
# working-directory: ./tests
# run: |
- name: Run tests
working-directory: ./tests
run: pytest

# export PYTHONPATH="${PYTHONPATH}:$(dirname $(pwd))"
# pytest

- name: Build documentation with Sphinx
run: |
sphinx-build -b html src/dcm_classifier documentation
# - name: Build documentation with Sphinx
# run: |
# sphinx-build -b html src/dcm_classifier documentation

0 comments on commit 331dc2b

Please sign in to comment.