shfdh
This commit is contained in:
parent
459e47b983
commit
d1cf4f1a1e
6
.github/workflows/cona-isa.yml
vendored
6
.github/workflows/cona-isa.yml
vendored
@ -204,7 +204,7 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
python -m pip install --upgrade pip
|
||||
pip3 install -r requirements.txt
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
@ -215,5 +215,5 @@ jobs:
|
||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pip3 install pytest
|
||||
pytest
|
||||
pip install pytest
|
||||
pytest src/bin/main.py
|
Loading…
Reference in New Issue
Block a user