diff --git a/.github/workflows/check_format.yml b/.github/workflows/check_format.yml index 3251646..c5bac06 100644 --- a/.github/workflows/check_format.yml +++ b/.github/workflows/check_format.yml @@ -52,6 +52,7 @@ jobs: - name: Conda env create run: | conda env create -f environment.yml && conda init bash + source ~/.bashrc - name: Lint with flake8 and black