This commit is contained in:
@@ -12,12 +12,5 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Run unit tests
|
||||
run: python tests/test_parse.py
|
||||
run: python3 tests/test_parse.py
|
||||
|
||||
Reference in New Issue
Block a user