1
0

CI: Fix the export-data job to run under poetry

This commit is contained in:
David Robertson
2022-03-09 17:25:08 +00:00
parent 03e5c93639
commit 6ab6f61490
2 changed files with 11 additions and 16 deletions

View File

@@ -262,9 +262,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: sudo apt-get -qq install xmlsec1
- uses: actions/setup-python@v2
- uses: matrix-org/setup-python-poetry@v1
with:
python-version: "3.9"
python-version: ${{ matrix.python-version }}
extras: "postgres"
- run: .ci/scripts/test_export_data_command.sh
portdb: