Skip to content

Commit

Permalink
馃挌 Update CI cache and disable tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Apr 17, 2022
1 parent dfa19e8 commit 0bafcf1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Expand Up @@ -25,16 +25,16 @@ jobs:
id: cache
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-test-v01
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: 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
Expand Down

0 comments on commit 0bafcf1

Please sign in to comment.