Skip to content

Commit 6fdb0b9

Browse files
committed
run just simple pytest
1 parent 16e28ca commit 6fdb0b9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)