Merge branch 'master' into reimplement_ATLAS_Z0_7TEV_46FB_CC_AND_CF #238
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test pytorch | |
on: [push] | |
jobs: | |
run_pytorch: | |
runs-on: ubuntu-latest | |
env: | |
KERAS_BACKEND: torch | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: "3.12" | |
- name: Install nnpdf without LHAPDF | |
shell: bash -l {0} | |
run: | | |
pip install .[nolha,torch] | |
# Since there is no LHAPDF in the system, initialize the folder and download pdfsets.index | |
lhapdf-management update --init | |
- name: Test we can run one runcard | |
shell: bash -l {0} | |
run: | | |
cd n3fit/runcards/examples | |
n3fit Basic_runcard.yml 4 |