Skip to content

Commit 4a10894

Browse files
committed
Update CI
1 parent 1e32551 commit 4a10894

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pytest:
2828
stage: test
2929
variables:
3030
CI_EOREADER_USE_S3: "0"
31+
EOREADER_USE_DASK: "1"
3132
before_script:
3233
- python -m pip install --upgrade pip
3334
- pip install --ignore-installed PyYAML
@@ -61,6 +62,7 @@ pytest_s3:
6162
image: $EEO_DEPS:latest
6263
stage: test
6364
variables:
65+
CI_EOREADER_USE_S3: "1"
6466
EOREADER_USE_DASK: "1"
6567
before_script:
6668
- python -m pip install --upgrade pip

0 commit comments

Comments
 (0)