Skip to content

[ASP-4481] Fixed the installation of the agent's addons on its virtual environment #31

[ASP-4481] Fixed the installation of the agent's addons on its virtual environment

[ASP-4481] Fixed the installation of the agent's addons on its virtual environment #31

Workflow file for this run

name: Test
on: pull_request
jobs:
lint-charms:
name: "Lint the charms"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
architecture: 'x64'
- name: "Install tox, run 'make lint'"
run: |
pip install tox
make lint