From 0047f0459e2c9973e37250b17c2b64a7b8406797 Mon Sep 17 00:00:00 2001 From: Tom Silver Date: Sat, 17 Aug 2024 12:47:38 -0400 Subject: [PATCH] deindent --- .github/workflows/ci.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78607e45..1a062cfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,19 +10,19 @@ jobs: run: shell: bash -el {0} steps: - - uses: actions/checkout@v4 - - uses: conda-incubator/setup-miniconda@v3 - with: - activate-environment: rcareworld - python-version: "3.10" - - name: Install dependencies - - run: | - cd RCareWorld/pyrcareworld - pip install -r requirements.txt - pip install -e . - pip uninstall numpy - conda install numpy - - name: Verify that installation works - run: | - cd RCareWorld/template - python test_bathing.py + - uses: actions/checkout@v4 + - uses: conda-incubator/setup-miniconda@v3 + with: + activate-environment: rcareworld + python-version: "3.10" + - name: Install dependencies + - run: | + cd RCareWorld/pyrcareworld + pip install -r requirements.txt + pip install -e . + pip uninstall numpy + conda install numpy + - name: Verify that installation works + run: | + cd RCareWorld/template + python test_bathing.py