Skip to content

Commit

Permalink
ci(CircleCI): ensure proper choosing of kernel during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLudwigPTB committed Apr 29, 2021
1 parent 9c112a6 commit 4f2d2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -70,7 +70,7 @@ commands:
name: Perform tox testing
command: |
source << parameters.pyenv >>/bin/activate
pytest --nbval --sanitize-with nbval_sanitization | tee --append test-results/pytest.log
pytest --nbval --current-env --sanitize-with nbval_sanitization | tee --append test-results/pytest.log
# Reusable command to store the previously generated test results.
store_results:
Expand Down

0 comments on commit 4f2d2fb

Please sign in to comment.