Clean up testing

This commit is contained in:
Tristan Brice Velloza Kildaire 2024-09-04 23:56:55 +02:00
parent 6599e210de
commit f2f936d846
1 changed files with 0 additions and 5 deletions

View File

@ -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