diff --git a/.github/workflows/check_format.yml b/.github/workflows/check_format.yml index 2998eb8..3251646 100644 --- a/.github/workflows/check_format.yml +++ b/.github/workflows/check_format.yml @@ -50,9 +50,11 @@ jobs: restore-keys: ${{ matrix.os }}-${{ matrix.python-version }}- - name: Conda env create - run: conda env create -f environment.yml + run: | + conda env create -f environment.yml && conda init bash + - name: Lint with flake8 and black run: | - conda init bash && conda activate disgem + conda activate disgem python -m scripts.run_code_style check