Skip to content

Commit

Permalink
Ajoute explication du job test-python
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Aug 18, 2021
1 parent f137e7e commit 326b080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
paths:
- dist

test-python:
docker:
test-python: # Python tests are separated from YAML tests, because the latter take longer. This would allow Python tests to use any other available container and
docker: # and yield it to another job, once finished, instead of counting only on the two containers assigned to the YAML tests.
- image: python:3.7

steps:
Expand Down

0 comments on commit 326b080

Please sign in to comment.