11 lines
120 B
YAML
11 lines
120 B
YAML
version: 2
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.9"
|
|
jobs:
|
|
post_install:
|
|
- echo ${testitest}
|
|
|