Skip to content

Bump version: 0.8.0 → 0.9.0 #69

Bump version: 0.8.0 → 0.9.0

Bump version: 0.8.0 → 0.9.0 #69

Workflow file for this run

name: radicl build
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: [3.8, 3.9, '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install --upgrade pip setuptools wheel
python -m pip install -r requirements.txt
python setup.py install
- name: Install Validation
run: |
radicl --help