diff --git a/.github/workflows/cgatcore_python.yml b/.github/workflows/cgatcore_python.yml index ff53968..00cba1f 100644 --- a/.github/workflows/cgatcore_python.yml +++ b/.github/workflows/cgatcore_python.yml @@ -54,17 +54,18 @@ jobs: conda info conda list - - name: Test - run: | - pip install . - ./all-tests.sh - - name: Debug Python Environment run: | python --version pip list openssl version + - name: Test + run: | + pip install . + ./all-tests.sh + + deploy_docs: name: Deploy MkDocs Documentation runs-on: ubuntu-latest