From b638237f66fae0b6b176fc74a81760f0a93348e0 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Mon, 6 Oct 2025 16:46:33 +0200 Subject: [PATCH] add git lfs to unit_test action --- .github/workflows/unit_tests.yml | 2 ++ README.rst | 4 ++-- setup.cfg | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index c6ffe74..4ce6de2 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -20,6 +20,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + lfs: 'true' - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: diff --git a/README.rst b/README.rst index e3696d5..5ff0eb4 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Software repository for the neutron reflectometer Amor at the Paul Scherrer Inst Reduction of the raw files (.hdf) to reflectivity files in one of the representations of the **ORSO reflectivity file format**: - eos.py --help + eos --help visualisation of the content of a raw file (.hdf): @@ -23,5 +23,5 @@ Create a virtual python environment (>3.8) and install the PyPI package: pip install amor-eos -On Windows you can also use the binary eos.exe that you find in the +On Windows you can also use the binary eos.exe that you find in the [GitHub Releases]([https://github.com/jochenstahn/amor/releases/latest) section diff --git a/setup.cfg b/setup.cfg index c9a9876..b69a415 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,6 +25,8 @@ install_requires = h5py orsopy numba + backports.strenum; python_version<"3.11" + backports.zoneinfo; python_version<"3.9" [project.urls] Homepage = "https://github.com/jochenstahn/amor"