Skip to content

Commit

Permalink
Merge pull request #15 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 d344a6f + 1bfd3f9 commit 267631f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
- name: Conda env create
run: |
conda env create -f environment.yml && conda init bash
source ~/.bashrc
- name: Lint with flake8 and black
run: |
source ~/.bashrc
conda activate disgem
python -m scripts.run_code_style check

0 comments on commit 267631f

Please sign in to comment.