mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-07-25 18:59:54 +02:00
Update test-eynollah.yml
This commit is contained in:
parent
03bfd7a390
commit
9d3a1a5b76
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test-eynollah.yml
vendored
6
.github/workflows/test-eynollah.yml
vendored
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
name: Python package
|
name: Python package
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.7', '3.8']
|
python-version: ['3.8', '3.8', '3.9', '3.10', '3.11']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -33,4 +33,4 @@ jobs:
|
||||||
pip install .
|
pip install .
|
||||||
pip install -r requirements-test.txt
|
pip install -r requirements-test.txt
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: make test
|
run: make test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue