File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ jobs:
7575 mkdir --parents ${GITHUB_WORKSPACE}/iris_test_data
7676 mv iris-test-data-${IRIS_TEST_DATA_VERSION} ${GITHUB_WORKSPACE}/iris_test_data_download
7777
78- - name : " Run tests"
79- if : matrix.session == 'tests'
80- run : |
81- ls ${GITHUB_WORKSPACE}/iris_test_data_download/test_data
82- OVERRIDE_TEST_DATA_REPOSITORY=${GITHUB_WORKSPACE}/iris_test_data_download/test_data PYTHONPATH=./tests:$PYTHONPATH pytest -v ./tests
78+ # - name: "Run tests"
79+ # if: matrix.session == 'tests'
80+ # run: |
81+ # ls ${GITHUB_WORKSPACE}/iris_test_data_download/test_data
82+ # OVERRIDE_TEST_DATA_REPOSITORY=${GITHUB_WORKSPACE}/iris_test_data_download/test_data PYTHONPATH=./tests:$PYTHONPATH pytest -v ./tests
8383 - name : " Run simple pytest"
8484 if : matrix.session == 'tests'
8585 run : |
You can’t perform that action at this time.
0 commit comments