Skip to content

Commit

Permalink
Test python for all repositories, not just main one
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Feb 22, 2024
1 parent 87c2b32 commit b68029f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
if: github.repository == 'NCAR/ccpp-framework' # Only run on main repo
run: |
export PYTHONPATH=$(pwd)/scripts:$(pwd)/scripts/parse_tools
pytest

0 comments on commit b68029f

Please sign in to comment.