|
77 | 77 | run: | |
78 | 78 | bash -x .github/scripts/setup.sh |
79 | 79 | pip install -U pip wheel poetry |
| 80 | + poetry self add poetry-plugin-export |
80 | 81 | # Export and then use pip to install into the current env |
81 | 82 | poetry export -o /tmp/requirements.txt --without-hashes --with dev |
82 | 83 | pip install -r /tmp/requirements.txt |
@@ -145,6 +146,7 @@ jobs: |
145 | 146 | run: | |
146 | 147 | set -e |
147 | 148 | pip3 install --user pip wheel poetry |
| 149 | + poetry self add poetry-plugin-export |
148 | 150 | poetry export -o requirements.txt --with dev --without-hashes |
149 | 151 | python3 -m pip install -r requirements.txt |
150 | 152 | ./configure --enable-debugbuild CC="$COMPILER" ${{ matrix.COPTFLAGS_VAR }} |
@@ -193,6 +195,7 @@ jobs: |
193 | 195 | sudo apt-get update -qq |
194 | 196 | sudo apt-get install -y -qq lowdown |
195 | 197 | pip install -U pip wheel poetry |
| 198 | + poetry self add poetry-plugin-export |
196 | 199 | # Export and then use pip to install into the current env |
197 | 200 | poetry export -o /tmp/requirements.txt --without-hashes --with dev |
198 | 201 | pip install -r /tmp/requirements.txt |
@@ -227,6 +230,7 @@ jobs: |
227 | 230 | run: | |
228 | 231 | bash -x .github/scripts/setup.sh |
229 | 232 | pip install -U pip wheel poetry |
| 233 | + poetry self add poetry-plugin-export |
230 | 234 | # Export and then use pip to install into the current env |
231 | 235 | poetry export -o /tmp/requirements.txt --without-hashes --with dev |
232 | 236 | pip install -r /tmp/requirements.txt |
|
0 commit comments