Skip to content

test python

test python #1

name: test python
run-name: test python
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: python --version
- run: python -m pip install --user .["tests"]
- run: scripts/runners/run_test.sh