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 ea6fe71 commit b45690dCopy full SHA for b45690d
.github/workflows/integration.yaml
@@ -77,12 +77,6 @@ jobs:
77
python-version: ${{ matrix.python-version }}
78
cache: 'pip'
79
80
- - name: Log in to Docker Hub
81
- uses: docker/login-action@v3
82
- with:
83
- username: ${{ secrets.DOCKER_USERNAME }}
84
- password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
85
-
86
- name: Run tests
87
run: |
88
pip install -U setuptools wheel
@@ -150,13 +144,6 @@ jobs:
150
144
151
145
152
146
153
154
155
156
157
158
159
160
147
161
148
162
149
0 commit comments