Skip to content

Commit

Permalink
[REVERT LATER] - temp replace 3.10 = 3.7
Browse files Browse the repository at this point in the history
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
  • Loading branch information
noklam committed Jul 20, 2023
1 parent cfd16d0 commit 80d2894
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ commands:
# 'Install GDAL, Fiona and pytables' step breaking the conda environment (missing zlib.dll).
- unless:
condition:
equal: [ "3.10", <<parameters.python_version>> ]
equal: [ "3.7", <<parameters.python_version>> ]
steps:
- restore_cache:
name: Restore conda environment cache
Expand Down Expand Up @@ -247,14 +247,14 @@ jobs:
- setup
- unless:
condition:
equal: ["3.10", <<parameters.python_version>>]
equal: ["3.7", <<parameters.python_version>>]
steps:
- run:
name: Run unit tests in parallel
command: PYTEST_ADDOPTS="-v" make test
- when:
condition:
equal: [ "3.10", <<parameters.python_version>> ]
equal: [ "3.7", <<parameters.python_version>> ]
steps:
- run:
name: Run unit tests sequentially
Expand Down Expand Up @@ -285,14 +285,14 @@ jobs:
command: setx /m HDF5_DISABLE_VERSION_CHECK 1
- unless:
condition:
equal: [ "3.10", <<parameters.python_version>> ]
equal: [ "3.7", <<parameters.python_version>> ]
steps:
- run:
name: Run unit tests without spark in parallel
command: conda activate kedro_builder; pip -V; make test-no-spark
- when:
condition:
equal: [ "3.10", <<parameters.python_version>> ]
equal: [ "3.7", <<parameters.python_version>> ]
steps:
- run:
name: Run unit tests without spark sequentially
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
# 'Install GDAL, Fiona and pytables' and 'Restore conda environment cache' steps.
- unless:
condition:
equal: [ "3.10", <<parameters.python_version>> ]
equal: [ "3.7", <<parameters.python_version>> ]
steps:
- save_cache:
name: Save conda environment cache
Expand Down Expand Up @@ -445,14 +445,14 @@ jobs:
command: make lint
- unless:
condition:
equal: ["3.10", <<parameters.python_version>>]
equal: [3.7", <<parameters.python_version>>]
steps:
- run:
name: Run unit tests in parallel
command: make test
- when:
condition:
equal: [ "3.10", <<parameters.python_version>> ]
equal: [ "3.7", <<parameters.python_version>> ]
steps:
- run:
name: Run unit tests sequentially
Expand Down

0 comments on commit 80d2894

Please sign in to comment.