Skip to content

Commit ca311e9

Browse files
committed
fix: missing dep install
1 parent 62e770c commit ca311e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/backwards_compatibility.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@ jobs:
186186
username: ${{ github.actor }}
187187
password: ${{ secrets.GITHUB_TOKEN }}
188188

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+
189195
- name: Download Geometry service container (if needed)
190196
env:
191197
FULL_IMAGE_NAME: "${{ env.ANSRV_GEO_IMAGE }}:${{ matrix.image-tag }}"

0 commit comments

Comments
 (0)