Skip to content

hplc added modifiable output folder name #8

hplc added modifiable output folder name

hplc added modifiable output folder name #8

name: Python CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout repository
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install dependencies from pyproject.toml
run: |
pip install --upgrade pip
pip install .
- name: Install development dependencies
run: |
pip install -r requirements-dev.txt
- name: Run tests
run: |
pytest