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
fixxxxxx
  • Loading branch information
David Robertson committed May 11, 2023
commit ef826cc7c3cd43780aea638623f916f28cd71e3c
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
rust: ${{ !startsWith(github.ref, 'refs/pull/') || steps.filter.outputs.rust }}
dependencies: ${{ !startsWith(github.ref, 'refs/pull/') || steps.filter.outputs.dependencies }}
steps:
- uses: dorny/paths-filter@v2
DMRobertson marked this conversation as resolved.
Show resolved Hide resolved
id: filter
Expand Down