remove test for another time
Some checks failed
Lint / lint (pull_request) Failing after 22s

This commit is contained in:
2025-02-22 22:43:07 -05:00
parent 3c99d05708
commit 1de9e9ce1d

View File

@@ -1,30 +0,0 @@
name: Test
on:
push:
branches:
- master
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Run tests
run: |
pytest