Skip to content

Commit

Permalink
workflow updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimcavusoglu committed Oct 14, 2024
1 parent 35a4a1d commit 3de0b58
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 3de0b58

Please sign in to comment.