Clean up testing
This commit is contained in:
parent
6599e210de
commit
f2f936d846
|
@ -23,11 +23,6 @@ jobs:
|
|||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Test
|
||||
run: |
|
||||
make test
|
||||
|
|
Loading…
Reference in New Issue