Skip to content

Commit

Permalink
[#834] Second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Didou09 committed Sep 17, 2023
1 parent 5da11c3 commit 2203b3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
$CONDA/bin/conda config --append channels conda-forge
$CONDA/bin/conda install flake8, pytest, coverage
$CONDA/bin/conda install flake8 pytest coverage
$CONDA/bin/conda env update --file requirements.txt
- name: Lint with flake8
run: |
Expand All @@ -39,7 +39,8 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: install tofu
run: |
pip install -e ".[dev]" --no-build-isolation
conda build conda_recipe/
conda install --use-local tofu
- name: Test with pytest and coverage
run: |
coverage run --source=tofu/ -m pytest tofu/tests -v -x --durations=10

0 comments on commit 2203b3b

Please sign in to comment.