Skip to content

Update dockerfile python version 3.8 --> 3.11 #56

Update dockerfile python version 3.8 --> 3.11

Update dockerfile python version 3.8 --> 3.11 #56

Workflow file for this run

name: Test
on:
push:
pull_request:
release:
types:
- published
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: bash test.sh