diff --git a/.github/workflows/python_testing.yml b/.github/workflows/python_testing.yml index c67ea05..0ab3b90 100644 --- a/.github/workflows/python_testing.yml +++ b/.github/workflows/python_testing.yml @@ -24,4 +24,4 @@ jobs: pip install pytest - name: Run unit tests run: | - python -m pytest --pyargs dfols \ No newline at end of file + python -m pytest --pyargs pybobyqa \ No newline at end of file