Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yazhinia authored Nov 29, 2024
1 parent 0b00829 commit ed3d5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
nvidia-smi
- name: Lint with flake8
run: |
source activate mcdevol_env
source $HOME/miniconda/bin/activate mcdevol_env
conda install flake8
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
Expand Down

0 comments on commit ed3d5d7

Please sign in to comment.