Skip to content

py312 v2

py312 v2 #196

Workflow file for this run

name: "Test run"
on: [ 'pull_request' ]
jobs:
test_run:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: install dependencies
run: pip install --user --upgrade --editable .
- name: Galaxykit help is running
run: galaxykit -u admin -p admin --help
- name: Galaxykit greet is running
run: galaxykit -u admin -p admin greet hello