This commit is contained in:
@@ -6,5 +6,9 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.11'
|
||||||
- name: Install pytest
|
- name: Install pytest
|
||||||
run: pip install pytest
|
run: pip install pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user