Skip to content

Commit

Permalink
ignore the plot test files in the main package job
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Dec 8, 2024
1 parent 6835787 commit 74a61be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
conda config --show-sources
conda config --show
pip install .
pytest -sv -m "not plot"
pytest -sv -m "not plot" --ignore-glob="*plot*.py"
Optional-packages:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Generate coverage report
run: |
python -m pytest -sv -m "not plot"
pytest -sv -m "not plot" --ignore-glob="*plot*.py"
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 74a61be

Please sign in to comment.