Skip to content

testing github actions upon pushing any branch #141

testing github actions upon pushing any branch

testing github actions upon pushing any branch #141

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Python application
on:
push:
pull_request:
branches: [ "master" ]
workflow_dispatch:
# env:
# LAMINO_ALIGN_DATA_DIR: /local/ci_tests/pyxalign/
permissions:
contents: read
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: setup
run: source ~/.bashrc
- name: Activate environment
id: activate_env
run: |
source /home/beams/HRUTH/miniconda3/bin/activate pyxalign_old
- name: Test running
run: echo "hello world"
# - name: Test with pytest
# run: |
# pytest