We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d01903 commit 2c5b0d8Copy full SHA for 2c5b0d8
.drone.yml
@@ -4,7 +4,7 @@ name: test
4
5
steps:
6
- name: Test Python
7
- image: python:3.12
+ image: python:3.13
8
commands:
9
- curl -L "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-$(dpkg --print-architecture)" > "${HOME}/bin/cc-test-reporter"
10
- chmod +x "${HOME}/bin/cc-test-reporter"
0 commit comments