diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff8888e..d505e99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,4 +34,4 @@ jobs: - name: Test with pytest run: | pip install pytest - pytest --ignore=pyweatherflow_forecast/test_module.py + pytest -k "not test_module.py"