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

Commit

Permalink
Fix export CI test
Browse files Browse the repository at this point in the history
Not entirely sure why this is only a problem now, but
`matrix.python-version` isn't defined.
  • Loading branch information
erikjohnston committed Sep 1, 2022
1 parent 680681d commit ab53f61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ jobs:
- run: sudo apt-get -qq install xmlsec1
- uses: matrix-org/setup-python-poetry@v1
with:
python-version: ${{ matrix.python-version }}
extras: "postgres"
- run: .ci/scripts/test_export_data_command.sh

Expand Down

0 comments on commit ab53f61

Please sign in to comment.