We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cbb00 commit a273ee8Copy full SHA for a273ee8
.github/workflows/test.yml
@@ -50,11 +50,11 @@ jobs:
50
poetry run pip install --upgrade pip
51
poetry install
52
poetry run pip install -U "Django~=${{ matrix.django-version }}"
53
- - name: Setup tmate session
54
- uses: mxschmitt/action-tmate@v3
55
- with:
56
- detached: true
57
- timeout-minutes: 60
+ # - name: Setup tmate session
+ # uses: mxschmitt/action-tmate@v3
+ # with:
+ # detached: true
+ # timeout-minutes: 60
58
- name: Run Unit Tests
59
run: |
60
poetry run pip install colorama
0 commit comments