Make poetry available in sytest twisted trunk test
We may have to use OFFLINE=1 mode to stop sytest from reinstalling a non-trunk version of twisted. Let's find out.
This commit is contained in:
committed by
David Robertson
parent
74f7aafa22
commit
ec3b356788
4
.github/workflows/twisted_trunk.yml
vendored
4
.github/workflows/twisted_trunk.yml
vendored
@@ -59,6 +59,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: matrix-org/setup-python-poetry@dmr/try-extras
|
||||
with:
|
||||
python-version: "3.x"
|
||||
extras: "all"
|
||||
- name: Patch dependencies
|
||||
run: .ci/patch_for_twisted_trunk.sh
|
||||
working-directory: /src
|
||||
|
||||
Reference in New Issue
Block a user