From 3de0b5813054eb7b82ea7f87609c4058fe43a4aa Mon Sep 17 00:00:00 2001 From: devrimcavusoglu Date: Mon, 14 Oct 2024 16:02:57 +0300 Subject: [PATCH] workflow updated. --- .github/workflows/check_format.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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