Skip to content

Commit

Permalink
馃敟 Remove debugging tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Apr 17, 2022
1 parent 0bafcf1 commit 9a18ad5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Expand Up @@ -26,17 +26,6 @@ jobs:
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-test-v02

# TODO: remove tmate debugging
# Allow debugging with tmate
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true
# token: ${{ secrets.ACTIONS_TOKEN }}
# standard_token: ${{ secrets.GITHUB_TOKEN }}


- name: Install Flit
if: steps.cache.outputs.cache-hit != 'true'
run: pip install flit
Expand Down

0 comments on commit 9a18ad5

Please sign in to comment.