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

Relax poetry-core lower bound to 1.1.0 #15571

Merged
merged 19 commits into from
May 12, 2023
Prev Previous commit
Next Next commit
Debug screw you GHA
  • Loading branch information
David Robertson committed May 11, 2023
commit 9724dee6d15dfce6938742877ab35e6f4ed3bd64
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -623,12 +623,13 @@ jobs:
# This occasionally bites us when we use some poetry feature but forget to bump the
# poetry-core version in the build-system.
installable-with-olddeps:
if: ${{ needs.changes.outputs.dependencies == 'true' }}
# if: ${{ needs.changes.outputs.dependencies == 'true' }}
runs-on: ubuntu-latest
needs:
- changes
- linting-done
steps:
- run: echo ${{ toJSON(needs) }}
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
Expand Down