Skip to content

giving some examples fo outside MP use of jobflow #11

giving some examples fo outside MP use of jobflow

giving some examples fo outside MP use of jobflow #11

Workflow file for this run

name: pyiron
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: "3.11"
environment-file: environment.yml
auto-activate-base: false
- name: Tests
shell: bash -l {0}
run: |
pip install -e aiida_qe_basic
conda install -c conda-forge jupyter papermill
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
papermill pyiron_base.ipynb pyiron_base-out.ipynb -k "python3"