mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-15 16:40:05 +01:00
Update modules used in GH actions
This commit is contained in:
8
.github/workflows/test-n-publish.yml
vendored
8
.github/workflows/test-n-publish.yml
vendored
@@ -7,10 +7,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9, "3.10"]
|
||||
python-version: [3.8, 3.9, "3.10", "3.11"]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
name: Set up Python ${{ matrix.python-version }}
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Test
|
||||
run: |
|
||||
coverage run -p tests/all_tests.py
|
||||
- uses: codecov/codecov-action@v1
|
||||
- uses: codecov/codecov-action@v3
|
||||
- name: Build package
|
||||
run: |
|
||||
python setup.py build sdist bdist_wheel
|
||||
|
||||
Reference in New Issue
Block a user