mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-15 03:10:40 +01:00
ci: revert try out changes
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -36,9 +36,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install flake8 pytest pytest-mock pytest-cov mypy types-protobuf
|
pip install -r requirements-dev.txt
|
||||||
pip install --use-pep517 -r requirements.txt
|
pip install .
|
||||||
pip install --no-deps .
|
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: |
|
run: |
|
||||||
# stop the build if there are Python syntax errors or undefined names
|
# stop the build if there are Python syntax errors or undefined names
|
||||||
|
|||||||
Reference in New Issue
Block a user