Skip to content

Adjusting python version for Ubuntu 22.04 compatibility #3

Adjusting python version for Ubuntu 22.04 compatibility

Adjusting python version for Ubuntu 22.04 compatibility #3

Workflow file for this run

name: Unit tests
on:
push:
branches: [ 'main', 'github-checks']
pull_request:
branches: [ '*' ]
jobs:
pytest:
runs-on: ubuntu-latest
container:
image: jobirk/sk_cathode:latest
steps:
- uses: actions/checkout@v3
- name: Test with pytest
run: pytest