Skip to content

bump to 24.1 - Single-container setup #50

bump to 24.1 - Single-container setup

bump to 24.1 - Single-container setup #50

name: Single Container Test
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Build and Test
run: bash .github/workflows/single.sh