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 62e770c commit ca311e9Copy full SHA for ca311e9
.github/workflows/backwards_compatibility.yml
@@ -186,6 +186,12 @@ jobs:
186
username: ${{ github.actor }}
187
password: ${{ secrets.GITHUB_TOKEN }}
188
189
+ - name: Install packages for testing
190
+ run: |
191
+ python -m pip install --upgrade pip
192
+ pip install --upgrade build wheel
193
+ pip install .[tests]
194
+
195
- name: Download Geometry service container (if needed)
196
env:
197
FULL_IMAGE_NAME: "${{ env.ANSRV_GEO_IMAGE }}:${{ matrix.image-tag }}"
0 commit comments