From 7e5a2b406b3ce68715b250095d07f27a9c685cf2 Mon Sep 17 00:00:00 2001 From: Kin Long Kelvin Lee Date: Tue, 12 Mar 2024 10:51:01 -0700 Subject: [PATCH] fix: corrected indentation for datasets test Signed-off-by: Kin Long Kelvin Lee --- .github/workflows/run_pytest_datasets.yml | 30 +++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/run_pytest_datasets.yml b/.github/workflows/run_pytest_datasets.yml index 28f47030..7824da3d 100644 --- a/.github/workflows/run_pytest_datasets.yml +++ b/.github/workflows/run_pytest_datasets.yml @@ -6,18 +6,18 @@ on: - 'matsciml/lightning/data_utils.py' jobs: dataset-pytest: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Create micromamba env - uses: mamba-org/setup-micromamba@v1 - with: - micromamba-version: '1.5.7-0' - environment-file: conda.yml - init-shell: >- - bash - cache-environment: true - post-cleanup: 'all' - - name: Run pytest in data - run: | - pytest -v -m "not lmdb and not slow and not remote_request" ./matsciml/datasets ./matsciml/lightning/ + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Create micromamba env + uses: mamba-org/setup-micromamba@v1 + with: + micromamba-version: '1.5.7-0' + environment-file: conda.yml + init-shell: >- + bash + cache-environment: true + post-cleanup: 'all' + - name: Run pytest in data + run: | + pytest -v -m "not lmdb and not slow and not remote_request" ./matsciml/datasets ./matsciml/lightning/