From b68029f6cc25e4e0c8342b5c628e8be34d861a5e Mon Sep 17 00:00:00 2001 From: "Michael Kavulich, Jr" Date: Thu, 22 Feb 2024 17:20:49 +0000 Subject: [PATCH] Test python for all repositories, not just main one --- .github/workflows/python.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index c630c438..0a05138d 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -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