Update backend.yml

This commit is contained in:
Ivan 2024-04-17 23:09:22 +03:00 committed by GitHub
parent 3810523ac5
commit b433d03090
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements_dev.txt pip install -r requirements-dev.txt
- name: Lint - name: Lint
run: | run: |
pylint cctext pylint cctext