diff options
author | Lorenz Diener <[email protected]> | 2022-11-10 23:10:51 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-10 23:10:51 +0000 |
commit | f4b3ac11187d22fdffcde7c9073b2d216cc71031 (patch) | |
tree | b62205593fd2226a635dd85984ceaf8df182e0f6 /.circleci | |
parent | 6b264410393686ffd3a43c93f3e6288ca360e85c (diff) | |
download | mastodon.py-f4b3ac11187d22fdffcde7c9073b2d216cc71031.tar.gz |
Update config.yml
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 7b6d44d..915b46f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml | |||
@@ -2,7 +2,7 @@ version: 2.1 | |||
2 | jobs: | 2 | jobs: |
3 | run-tests: | 3 | run-tests: |
4 | docker: | 4 | docker: |
5 | - image: cimg/python | 5 | - image: cimg/python:3.8 |
6 | steps: | 6 | steps: |
7 | - checkout | 7 | - checkout |
8 | - run: | 8 | - run: |