Skip to content

client: do not use pip to install python modules #239

client: do not use pip to install python modules

client: do not use pip to install python modules #239

Workflow file for this run

---
name: SIT Environment CI
on:
pull_request:
branches: [main]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run yamllint check
run: make yamllint