diff --git a/.github/workflows/create_test_conda_env.yml b/.github/workflows/create_test_conda_env.yml index 422332d9..34f65fbf 100644 --- a/.github/workflows/create_test_conda_env.yml +++ b/.github/workflows/create_test_conda_env.yml @@ -72,14 +72,6 @@ jobs: run: | pylint -v --rcfile ./pylintrc --fail-under 9.8 ./lib/python - - name: python macros pytest - run: | - pytest -vv -rx ./meta/lib/python/macros/tests - - - name: python macros pylint - run: | - pylint -v --rcfile ./pylintrc --fail-under 7.5 ./meta/lib/python/macros/ - - name: make-timeseries pytest run: | pytest -vv -rx ./app/make-timeseries/tests