mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 12:19:54 +02:00
update CI
This commit is contained in:
parent
f37d324812
commit
27834ce33d
2 changed files with 24 additions and 7 deletions
4
.github/workflows/test-eynollah.yml
vendored
4
.github/workflows/test-eynollah.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.6'] # '3.7'
|
||||
python-version: ['3.7'] # '3.8'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -33,4 +33,4 @@ jobs:
|
|||
pip install .
|
||||
pip install -r requirements-test.txt
|
||||
- name: Test with pytest
|
||||
run: make test
|
||||
run: make test
|
Loading…
Add table
Add a link
Reference in a new issue