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

Commit

Permalink
Try fix to setup-python-poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed May 6, 2022
1 parent b99d5ab commit ec1befd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
-e POSTGRES_PASSWORD=postgres \
-e POSTGRES_INITDB_ARGS="--lc-collate C --lc-ctype C --encoding UTF8" \
postgres:${{ matrix.postgres-version }}
- uses: matrix-org/setup-python-poetry@v1
- uses: matrix-org/setup-python-poetry@dmr/fix-install-nodeps
with:
python-version: ${{ matrix.python-version }}
extras: ${{ matrix.extras }}
Expand Down

0 comments on commit ec1befd

Please sign in to comment.