Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ab53f61

Browse files
committed
Fix export CI test
Not entirely sure why this is only a problem now, but `matrix.python-version` isn't defined.
1 parent 680681d commit ab53f61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ jobs:
283283
- run: sudo apt-get -qq install xmlsec1
284284
- uses: matrix-org/setup-python-poetry@v1
285285
with:
286-
python-version: ${{ matrix.python-version }}
287286
extras: "postgres"
288287
- run: .ci/scripts/test_export_data_command.sh
289288

0 commit comments

Comments
 (0)