Skip to content

DOCS/FEAT: more updates to XRF example notebook an added new submodul… #121

DOCS/FEAT: more updates to XRF example notebook an added new submodul…

DOCS/FEAT: more updates to XRF example notebook an added new submodul… #121

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:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
# workflow_dispatch:
# env:
# LAMINO_ALIGN_DATA_DIR: /local/hruth/lamino_ci_test_data/
# permissions:
# contents: read
# jobs:
# build:
# runs-on: self-hosted
# steps:
# - uses: actions/checkout@v3
# - name: Activate environment
# id: activate_env
# run: |
# source /home/beams/HRUTH/miniconda3/bin/activate pyxalign_2
# - name: Test with pytest
# run: |
# pytest