Skip to content

Commit

Permalink
Merge pull request #13 from obss/final-revision
Browse files Browse the repository at this point in the history
workflow updated.
  • Loading branch information
devrimcavusoglu authored Oct 14, 2024
2 parents 7f9d12a + 3de0b58 commit 940e0c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 940e0c3

Please sign in to comment.