Browse Source

更新 '.drone.yml'

test
wangwei2 1 year ago
parent
commit
8d8316df86
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .drone.yml

+ 1
- 1
.drone.yml View File

@@ -7,7 +7,7 @@ platform:
steps:
- name: pip
image: python:3.10-alpine
image: python:3.10
commands:
- pip install -r requirements.txt
- pytest


Loading…
Cancel
Save