Skip to content

Commit

Permalink
Merge branch 'update-python' of 'https://github.com/evamillan/grimoir…
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Aug 24, 2023
2 parents 508cd23 + bb68e69 commit dc8d15b
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Python ${{ matrix.python-version }} for ES ${{ matrix.elasticsearch-version }}
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: ['3.8', '3.9', '3.10']
elasticsearch-version: [6.8.6]

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Python ${{ matrix.python-version }} for ES ${{ matrix.elasticsearch-version }}
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: ['3.8', '3.9', '3.10']
elasticsearch-version: [6.8.6]

steps:
Expand Down Expand Up @@ -65,7 +65,6 @@ jobs:
- name: Install dependencies
run: |
poetry install -vvv
poetry add -D coveralls
poetry run pip install -r requirements_dev.txt
- name: Verify MySQL connection
Expand Down Expand Up @@ -107,4 +106,5 @@ jobs:
run: |
cd tests
poetry run coverage run --source=sirmordred run_tests.py
poetry run coveralls --service=github
- name: Coveralls
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2
Loading

0 comments on commit dc8d15b

Please sign in to comment.