Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
omry committed Jun 4, 2024
1 parent f0d9449 commit c427022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ commands:
key: -<< pipeline.parameters.cache_key_version >>-win-sys-{{ .Branch }}-<< parameters.py_version >>
- run:
name: Preparing environment - system
no_output_timeout: 20m
command: |
choco install -y --no-progress miniconda3
choco install -y --no-progress openssl openjdk11jre
Expand Down Expand Up @@ -167,7 +168,7 @@ jobs:
py_version: << parameters.py_version >>
- run:
name: Testing Hydra
no_output_timeout: 20m
no_output_timeout: 10m
command: |
$env:NOX_PYTHON_VERSIONS="<< parameters.py_version >>"
$env:ConEmuDefaultCp=65001
Expand Down

0 comments on commit c427022

Please sign in to comment.