Skip to content

Commit

Permalink
Workflow debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mfouesneau committed Nov 22, 2021
1 parent 44fdff2 commit 859e8c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/documentation.yml
Expand Up @@ -14,6 +14,11 @@ jobs:
- uses: actions/checkout@v2
#- name: Setup tmate session # Debugging
# uses: mxschmitt/action-tmate@v3
- name: setup python
working-directory: ./
run: |
pip install -r requirements.txt
pip install .
- name: build doc tables
working-directory: ./doc
run: |
Expand Down

0 comments on commit 859e8c0

Please sign in to comment.