Skip to content

Commit 3bf77d9

Browse files
committed
Update ci pipeline to run test_zonal_file with Extended tests only
1 parent 866d61e commit 3bf77d9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,19 @@ jobs:
4242
--log-format="%(asctime)s %(levelname)s %(message)s" \
4343
--log-date-format="%H:%M:%S" \
4444
gcsfs/ \
45-
--ignore=gcsfs/tests/test_extended_gcsfs.py
45+
--ignore=gcsfs/tests/test_extended_gcsfs.py \
46+
--ignore=gcsfs/tests/test_zonal_file.py
47+
4648
- name: Run Extended Tests
4749
run: |
50+
pip install "git+https://github.com/googleapis/python-storage@main#egg=google-cloud-storage" --force-reinstall --no-cache-dir --upgrade
4851
export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/gcsfs/tests/fake-secret.json
4952
export GCSFS_EXPERIMENTAL_ZB_HNS_SUPPORT="true"
5053
pytest -vv -s \
5154
--log-format="%(asctime)s %(levelname)s %(message)s" \
5255
--log-date-format="%H:%M:%S" \
53-
gcsfs/tests/test_extended_gcsfs.py
56+
gcsfs/tests/test_extended_gcsfs.py \
57+
gcsfs/tests/test_zonal_file.py
5458
5559
lint:
5660
name: lint

0 commit comments

Comments
 (0)