diff --git a/.github/workflows/cgatcore_python.yml b/.github/workflows/cgatcore_python.yml index 1e91f8dd..2dd8984b 100644 --- a/.github/workflows/cgatcore_python.yml +++ b/.github/workflows/cgatcore_python.yml @@ -43,5 +43,5 @@ jobs: conda list - name: Test run: | - python setup.py install + pip install . ./all-tests.sh