We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e32551 commit 4a10894Copy full SHA for 4a10894
1 file changed
.gitlab-ci.yml
@@ -28,6 +28,7 @@ pytest:
28
stage: test
29
variables:
30
CI_EOREADER_USE_S3: "0"
31
+ EOREADER_USE_DASK: "1"
32
before_script:
33
- python -m pip install --upgrade pip
34
- pip install --ignore-installed PyYAML
@@ -61,6 +62,7 @@ pytest_s3:
61
62
image: $EEO_DEPS:latest
63
64
65
+ CI_EOREADER_USE_S3: "1"
66
EOREADER_USE_DASK: "1"
67
68
0 commit comments