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.
2 parents 21f9cfe + 933c1cc commit bc6de58Copy full SHA for bc6de58
.github/workflows/python-package.yml
@@ -56,7 +56,7 @@ jobs:
56
distribution: 'temurin'
57
- name: Install specific dependencies in 3.6
58
if: matrix.python-version == '3.6'
59
- uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
+ uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
60
with:
61
max_attempts: 3
62
timeout_minutes: 5
@@ -67,7 +67,7 @@ jobs:
67
pipenv install --dev --python ${{ matrix.python-version }}
68
- name: Install dependencies
69
if: matrix.python-version != '3.6'
70
71
72
73
0 commit comments