Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
g-filomena committed Nov 11, 2024
1 parent e5b85ca commit ba10302
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
auto-activate-base: false
activate-environment: test
environment-file: ${{ matrix.env }}
python-version: 3.10 # Explicitly specify Python version
channel-priority: strict

- name: Install cityImage
Expand All @@ -43,7 +44,6 @@ jobs:
run: |
pytest -v --color=yes --cov-config .coveragerc --cov=cityImage --cov-append --cov-report term-missing --cov-report xml tests
- name: Upload coverage to Codecov
if: success()
uses: codecov/codecov-action@v2
Expand All @@ -52,15 +52,15 @@ jobs:
file: coverage.xml
flags: unittests
name: codecov-python

# - name: Test documentation
# shell: bash -l {0}
# if: contains(matrix.env, 'latest.yml') && contains(matrix.os, 'ubuntu')
# run: |
# ci/envs/test_documentation.sh

# - name: Black
# shell: bash -l {0}
# run: |
# black --check .
# Uncomment the following lines to test documentation or apply code formatting checks
# - name: Test documentation
# shell: bash -l {0}
# if: contains(matrix.env, 'latest.yml') && contains(matrix.os, 'ubuntu')
# run: |
# ci/envs/test_documentation.sh

# - name: Black
# shell: bash -l {0}
# run: |
# black --check .

0 comments on commit ba10302

Please sign in to comment.