@@ -31,35 +31,35 @@ jobs:
3131 volumes :
3232 - /opt/hostedtoolcache:/opt/hostedtoolcache
3333
34- env :
35- # https://github.com/pytest-dev/pytest/issues/2042
36- PY_IGNORE_IMPORTMISMATCH : " 1"
34+ # env:
35+ # # https://github.com/pytest-dev/pytest/issues/2042
36+ # PY_IGNORE_IMPORTMISMATCH: "1"
3737
3838 steps :
39- - name : Checkout
40- uses : actions/checkout@v4
41- with :
42- # Need this to get version number from last tag
43- fetch-depth : 0
44-
45- - name : Install python packages
46- uses : ./.github/actions/install_requirements
47- with :
48- python_version : ${{ matrix.python }}
49- requirements_file : requirements-test-${{ matrix.os }}-${{ matrix.python }}.txt
50- install_options : ${{ matrix.install }}
51-
52- - name : List dependency tree
53- run : pipdeptree
39+ # - name: Checkout
40+ # uses: actions/checkout@v4
41+ # with:
42+ # # Need this to get version number from last tag
43+ # fetch-depth: 0
44+
45+ # - name: Install python packages
46+ # uses: ./.github/actions/install_requirements
47+ # with:
48+ # python_version: ${{ matrix.python }}
49+ # requirements_file: requirements-test-${{ matrix.os }}-${{ matrix.python }}.txt
50+ # install_options: ${{ matrix.install }}
51+
52+ # - name: List dependency tree
53+ # run: pipdeptree
5454
5555 - name : Run tests
5656 run : tox -e pytest
5757
58- - name : Upload coverage to Codecov
59- uses : codecov/codecov-action@v3
60- with :
61- name : ${{ matrix.python }}/${{ matrix.os }}
62- files : cov.xml
58+ # - name: Upload coverage to Codecov
59+ # uses: codecov/codecov-action@v3
60+ # with:
61+ # name: ${{ matrix.python }}/${{ matrix.os }}
62+ # files: cov.xml
6363
6464 # dist:
6565 # if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
0 commit comments