Skip to content

Update python build system #7

Update python build system

Update python build system #7

Workflow file for this run

name: test
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: gwasstudio
environment-file: environment.yml
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- name: Install the project
run: make install
- name: Test version
run: gwasstudio --version