Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuLvs authored Oct 21, 2024
1 parent ca1595d commit d3692ca
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,3 @@ jobs:
run: |
conda activate 2DIR
pip install -r ./install/requirements.txt
- name: Lint with flake8
shell: bash -l {0}
run: |
conda activate 2DIR
conda install flake8 -y
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
shell: bash -l {0}
run: |
conda activate 2DIR
conda install pytest -y
pytest

0 comments on commit d3692ca

Please sign in to comment.