0c903c871960a0c977bd2a688e0eca29eb0ce3fd
Hanno Böck Update github actions and l...

Hanno Böck authored 1 year ago

1) ---
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

2) name: run tests
Hanno Böck Update github actions and l...

Hanno Böck authored 1 year ago

3) "on":
4)   - pull_request
5)   - push
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

6) 
7) jobs:
8)   build:
9)     runs-on: ubuntu-latest
10)     strategy:
11)       matrix:
Hanno Böck Update github actions and l...

Hanno Böck authored 1 year ago

12)         python-version: [3.8, 3.x, 3.12-dev]
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

13)     steps:
Hanno Böck Update github actions and l...

Hanno Böck authored 1 year ago

14)       - uses: actions/checkout@v3
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

15)       - name: Set up Python ${{ matrix.python-version }}
Hanno Böck Update github actions and l...

Hanno Böck authored 1 year ago

16)         uses: actions/setup-python@v4