Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jieru-hu committed May 13, 2022
1 parent 3720182 commit 5982b6d
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 @@ -166,6 +166,7 @@ jobs:
no_output_timeout: 10m
command: |
$env:NOX_PYTHON_VERSIONS="<< parameters.py_version >>"
$env:ConEmuDefaultCp=65001
$env:PYTHONIOENCODING="utf_8"
conda activate hydra
nox -s lint test_tools test_core test_jupyter_notebooks -ts
Expand Down Expand Up @@ -238,7 +239,7 @@ jobs:
name: << parameters.test_plugin >>
no_output_timeout: 10m
command: |
$env:NOX_PYTHON_VERSIONS=<< parameters.py_version >>
$env:NOX_PYTHON_VERSIONS="<< parameters.py_version >>"
$env:ConEmuDefaultCp=65001
$env:PYTHONIOENCODING="utf_8"
$env:PLUGINS="<< parameters.test_plugin >>"
Expand Down

0 comments on commit 5982b6d

Please sign in to comment.