Skip to content

Commit

Permalink
moved debug around before test
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Nov 29, 2024
1 parent 8e53daf commit 5abb496
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cgatcore_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5abb496

Please sign in to comment.