diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 3f4e0d5..0330070 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -21,6 +21,7 @@ jobs: if [ ${{ github.event.repository.name }} == 'openclimatefix/quartz-solar-forecast' ] || [ ${{ github.ref }} == 'refs/heads/main' ]; then export TEST_DIR="tests" fi + # print out so we can see echo $TEST_DIR call-run-python-tests: