From 7208b91076fd01faa9027084d4e4b032ce72efa6 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Tue, 12 Mar 2024 23:38:08 -0500 Subject: [PATCH] Revert accidental indentation --- .github/workflows/checks.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3999ff3c7..f931d465e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -23,10 +23,10 @@ defaults: # the -l flag is needed for the Conda environment to be activated properly shell: bash -l -eo pipefail {0} - env: - FOQUS_CONDA_ENV_NAME_DEV: ccsi-foqus-dev - PYTEST_BASETEMP: .pytest - DEFAULT_PYTHON_VERSION: '3.10' +env: + FOQUS_CONDA_ENV_NAME_DEV: ccsi-foqus-dev + PYTEST_BASETEMP: .pytest + DEFAULT_PYTHON_VERSION: '3.10' jobs: code-formatting: