Skip to content

downgrade

downgrade #9

Workflow file for this run

name: test
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
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